.iconfont {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
   width: 100%;
   max-width: 100%;
   overflow: auto;
}
.table-box table {
   width: 100%;
   max-width: 100%;
   border-spacing: 0;
   border-collapse: collapse;
   line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
   /* width: auto !important; */
   height: auto !important;
   background-color: #f2f3f4;
   color: #02152d;
   text-align: center;
}
.table-box table tr:nth-child(odd) {
   background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
   background-color: #ffffff;
}
.table-box table td,
.table-box table th {
   vertical-align: middle;
   font-weight: normal;
   padding: 10px !important;
   border: 1px solid #EEEEEE !important;
   font-size: 18px !important;
}
@media (max-width: 767px) {
   .table-box table td,
   .table-box table th {
      font-size: 16px !important;
   }
}
.table-box table tr p,
.table-box table tr span {
   line-height: 1.2 !important;
   background: none !important;
   margin: 0 !important;
   padding: 0 !important;
}
.table-box table th {
   text-align: center;
}
.table-box .table-nav {
   overflow: hidden;
}
.table-box .table-content {
   overflow-x: auto;
   overflow-y: auto;
   max-height: 300px;
   max-height: 42vh;
}
.banner {
   overflow: hidden;
   position: relative;
   margin-top: 120px;
}
@media screen and (max-width: 1199px) {
   .banner {
      margin-top: 106px;
   }
}
@media screen and (max-width: 991px) {
   .banner {
      margin-top: 80px;
   }
}
@media screen and (max-width: 767px) {
   .banner {
      margin-top: 70px;
   }
}
@media screen and (max-width: 991px) {
   .banner .slickbanner {
      width: 120%;
      margin-left: -10%;
      position: static !important;
   }
}
.banner .slickbanner .slick-list {
   margin-bottom: -5px;
}
@-webkit-keyframes narrow {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
   }
   100% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
   }
}
@keyframes narrow {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
   }
   100% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
   }
}
.banner .slickbanner .slick-current img {
   -webkit-animation: narrow 8s 0s ease both;
   animation: narrow 8s 0s ease both;
}
.banner .slickbanner .item .img-box {
   padding-bottom: 43.75%;
}
.banner .slickbanner .item {
   display: block;
   position: relative;
}
.banner .slickbanner .item .img-box {
   display: block;
   z-index: 0;
}
.banner .slickbanner .item .img-box img {
   display: block;
   width: 100%;
}
.banner .slickbanner .slick-dots {
   position: absolute;
   bottom: 94px;
   left: 255px;
   margin: 0 -15px;
   z-index: 2;
}
@media screen and (max-width: 1199px) {
   .banner .slickbanner .slick-dots {
      left: 50px;
      bottom: 40px;
   }
}
@media screen and (max-width: 991px) {
   .banner .slickbanner .slick-dots {
      margin: 0 -6px;
   }
}
@media screen and (max-width: 767px) {
   .banner .slickbanner .slick-dots {
      left: 50%;
      bottom: 15px;
      transform: translateX(-50%);
      margin: 0 -3px;
   }
}
.banner .slickbanner .slick-dots li {
   float: left;
   padding: 0 15px;
}
@media screen and (max-width: 991px) {
   .banner .slickbanner .slick-dots li {
      padding: 0 6px;
   }
}
@media screen and (max-width: 767px) {
   .banner .slickbanner .slick-dots li {
      padding: 0 3px;
   }
}
.banner .slickbanner .slick-dots li button {
   position: relative;
   width: 11px;
   height: 11px;
   border-radius: 50%;
   font-size: 0;
   background-color: #fff;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
   .banner .slickbanner .slick-dots li button {
      width: 8px;
      height: 8px;
   }
}
.banner .slickbanner .slick-dots li button::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-52%, -52%);
   width: 16px;
   height: 16px;
   border-radius: 50%;
   background-color: #fff;
   opacity: 0.33;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
   .banner .slickbanner .slick-dots li button::before {
      display: none;
   }
}
.banner .slickbanner .slick-dots .slick-active button {
   background-color: #e95006;
}
.banner .slickbanner .slick-dots .slick-active button::before {
   background-color: #e95006;
}
.banner .counter-box {
   position: absolute;
   left: 500px;
   bottom: 82px;
   z-index: 2;
}
@media screen and (max-width: 1199px) {
   .banner .counter-box {
      left: 245px;
      bottom: 30px;
   }
}
@media screen and (max-width: 991px) {
   .banner .counter-box {
      bottom: 35px;
      left: 185px;
   }
}
@media screen and (max-width: 767px) {
   .banner .counter-box {
      bottom: 5px;
      left: 100%;
      width: 60px;
      transform: translateX(-100%);
   }
}
.banner .counter-box span {
   font-size: 18px;
   color: #fff;
   line-height: 1.38888889;
}
@media screen and (max-width: 991px) {
   .banner .counter-box span {
      font-size: 16px;
   }
}
.banner .mouse-slide {
   position: absolute;
   bottom: 30px;
   left: 50%;
   transform: translateX(-50%);
   line-height: 1;
   z-index: 2;
}
@media screen and (max-width: 767px) {
   .banner .mouse-slide {
      display: none;
   }
}
@media screen and (min-width: 1200px) {
   .banner .mouse-slide:hover::before {
      color: #024579;
   }
}
.banner .mouse-slide::before {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e663';
   color: #fff;
   font-size: 42px;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
   .banner .mouse-slide::before {
      font-size: 35px;
   }
}
@media screen and (max-width: 991px) {
   .banner .mouse-slide::before {
      font-size: 30px;
   }
}
.index-title h3 {
   position: relative;
   margin: 0;
   padding-left: 22px;
   font-size: 48px;
   line-height: 1.29166667;
   color: #222222;
   font-family: "Glacial Indifference Bold";
   text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
   .index-title h3 {
      font-size: 40px;
   }
}
@media screen and (max-width: 991px) {
   .index-title h3 {
      font-size: 35px;
      padding-left: 15px;
   }
}
@media screen and (max-width: 767px) {
   .index-title h3 {
      font-size: 30px;
   }
}
@media screen and (max-width: 480px) {
   .index-title h3 {
      font-size: 25px;
   }
}
.index-title h3::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   width: 3px;
   height: 30px;
   background-color: #e95006;
}
@media screen and (max-width: 991px) {
   .index-title h3::before {
      height: 20px;
   }
}
.index-title i {
   display: block;
   padding-left: 22px;
   font-size: 15px;
   line-height: 1.6;
   color: #666666;
   font-style: normal;
}
@media screen and (max-width: 1199px) {
   .index-title i {
      font-size: 14px;
   }
}
@media screen and (max-width: 991px) {
   .index-title i {
      font-size: 13px;
      padding-left: 15px;
   }
}
@media screen and (max-width: 767px) {
   .index-title i {
      font-size: 12px;
   }
}
.index-title .txt {
   padding-left: 22px;
   margin-top: 15px;
}
@media screen and (max-width: 991px) {
   .index-title .txt {
      padding-left: 15px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
   }
}
.index-title .txt p {
   font-size: 16px;
   line-height: 1.5;
   color: #444444;
}
@media screen and (max-width: 1199px) {
   .index-title .txt p {
      font-size: 15px;
   }
}
@media screen and (max-width: 991px) {
   .index-title .txt p {
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .index-title .txt p {
      font-size: 13px;
   }
}
.index-hot-product {
   overflow: hidden;
}
.index-hot-product .index-title {
   padding: 87px 0 36px;
}
@media screen and (max-width: 1199px) {
   .index-hot-product .index-title {
      padding: 60px 0 30px;
   }
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-title {
      padding: 50px 0 20px;
   }
}
@media screen and (max-width: 767px) {
   .index-hot-product .index-title {
      padding: 40px 0 10px;
   }
}
.index-hot-product .index-hot-slick {
   position: relative;
}
.index-hot-product .index-hot-slick .slick-list {
   margin: 0 -15px;
   padding: 20px 0;
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-list {
      margin: 0 -5px;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box {
   padding: 0 15px;
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-list .item-box {
      padding: 0 5px;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item {
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   background-color: #fff;
}
@media screen and (min-width: 1200px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item:hover .pic i {
      background-color: #e95006;
   }
   .index-hot-product .index-hot-slick .slick-list .item-box .item:hover .txt-box {
      background-color: #e95006;
   }
   .index-hot-product .index-hot-slick .slick-list .item-box .item:hover .txt-box>a::before {
      color: #e95006;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .pic {
   position: relative;
}
@media screen and (min-width: 1200px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .pic:hover img {
      transform: scale(1.05);
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .pic .img-box {
   padding-bottom: 84.84848485%;
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .pic .img-box img {
   transition: all 0.6s;
   -webkit-transition: all 0.6s;
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .pic i {
   position: absolute;
   top: 24px;
   left: 0;
   display: inline-block;
   padding: 2px 17px;
   width: 68px;
   border-top-right-radius: 13.5px;
   border-bottom-right-radius: 13.5px;
   font-size: 16px;
   line-height: 1.5;
   color: #ffffff;
   font-style: normal;
   text-transform: uppercase;
   background-color: #024579;
   z-index: 2;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .pic i {
      top: 15px;
      padding: 2 5px;
      width: 55px;
      font-size: 14px;
      border-top-right-radius: 13px;
      border-bottom-right-radius: 13px;
   }
}
@media screen and (max-width: 767px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .pic i {
      font-size: 12px;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box {
   position: relative;
   padding: 16px 14px;
   padding-right: 62px;
   background-color: #024579;
   min-height: 80px;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box {
      padding: 10px;
      padding-right: 40px;
      min-height: 62px;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt {
   position: relative;
   padding-left: 25px;
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt {
      padding-left: 10px;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt::before {
   content: '';
   position: absolute;
   left: 4px;
   top: 4px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background-color: #fff;
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt::before {
      left: -2px;
      top: 4px;
      width: 7px;
      height: 7px;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt::after {
   content: '';
   position: absolute;
   left: 2px;
   top: 2px;
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background-color: transparent;
   box-shadow: 0 0 5px 1px #ffffff;
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt::after {
      left: -2px;
      top: 4px;
      width: 7px;
      height: 7px;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt a {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   ;
   font-size: 18px;
   line-height: 1.3333;
   color: #ffffff;
   transition: all 0.2s;
   -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt a {
      font-size: 16px;
   }
}
@media screen and (min-width: 1200px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt a:hover {
      text-decoration: underline;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt p {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   font-size: 18px;
   color: #ffffff;
   line-height: 1.16666667;
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box .txt p {
      font-size: 15px;
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box>a {
   position: absolute;
   top: 50%;
   right: 14px;
   transform: translateY(-50%);
   width: 48px;
   height: 48px;
   border-radius: 50%;
   background-color: #fff;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box>a {
      width: 40px;
      height: 40px;
   }
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box>a {
      width: 30px;
      height: 30px;
      right: 5px;
   }
}
@media screen and (min-width: 1200px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box>a:hover {
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.45);
   }
}
.index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box>a::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e642';
   color: #024579;
   font-size: 25px;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box>a::before {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-list .item-box .item .txt-box>a::before {
      font-size: 16px;
   }
}
.index-hot-product .index-hot-slick .slick-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 46px;
   height: 46px;
   border-radius: 50%;
   font-size: 0;
   background-color: transparent;
   border: 2px solid #024579;
   z-index: 2;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-arrow {
      background-color: #fff;
      width: 40px;
      height: 40px;
   }
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-arrow {
      background-color: #fff;
      width: 30px;
      height: 30px;
   }
}
@media screen and (min-width: 1200px) {
   .index-hot-product .index-hot-slick .slick-arrow:hover {
      border-color: #e95006;
   }
   .index-hot-product .index-hot-slick .slick-arrow:hover::before {
      color: #e95006;
   }
}
.index-hot-product .index-hot-slick .slick-arrow::before {
   display: inline-block;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e62b';
   color: #024579;
   font-size: 25px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-arrow::before {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-hot-product .index-hot-slick .slick-arrow::before {
      font-size: 16px;
   }
}
.index-hot-product .index-hot-slick .slick-prev {
   left: -9.57446809%;
   transform: translate(-100%, -50%);
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-prev {
      left: 0;
      transform: translate(0, -50%);
   }
}
.index-hot-product .index-hot-slick .slick-prev::before {
   transform: rotateZ(180deg);
}
.index-hot-product .index-hot-slick .slick-next {
   right: -9.57446809%;
   transform: translate(100%, -50%);
}
@media screen and (max-width: 1439px) {
   .index-hot-product .index-hot-slick .slick-next {
      right: 0;
      transform: translate(0, -50%);
   }
}
.index-product-center {
   overflow: hidden;
}
.index-product-center .index-title {
   padding: 77px 0 58px;
}
@media screen and (max-width: 1199px) {
   .index-product-center .index-title {
      padding: 55px 0 40px;
   }
}
@media screen and (max-width: 991px) {
   .index-product-center .index-title {
      padding: 45px 0 30px;
   }
}
@media screen and (max-width: 767px) {
   .index-product-center .index-title {
      padding: 25px 0;
   }
}
.index-product-center .content .item-line1 li {
   float: left;
   width: 33.333%;
}
.index-product-center .content .item-line1 li .pic .img-box {
   padding-bottom: 75%;
}
.index-product-center .content .item-line2 li {
   float: left;
   width: 33.33333333%;
}
.index-product-center .content .item-line2 li .pic .img-box {
   padding-bottom: 75%;
}
.index-product-center .content ul li {
   overflow: hidden;
   position: relative;
}
@media screen and (min-width: 1200px) {
   .index-product-center .content ul li:hover .pic::before {
      opacity: 1;
   }
   .index-product-center .content ul li:hover .pic::after {
      opacity: 1;
   }
   .index-product-center .content ul li:hover .pic img {
      transform: scale(1.05);
   }
   .index-product-center .content ul li:hover .index-p-name {
      bottom: 0;
      transform: translateY(100%);
      opacity: 0;
   }
   .index-product-center .content ul li:hover .txt-box {
      top: 0;
      opacity: 1;
   }
}
.index-product-center .content ul li a,
.index-product-center .content ul li p {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   max-width: 100%;
   font-size: 26px;
   line-height: 1.30769231;
   color: #ffffff;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1439px) {
   .index-product-center .content ul li a,
   .index-product-center .content ul li p {
      font-size: 20px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product-center .content ul li a,
   .index-product-center .content ul li p {
      font-size: 18px;
      font-family: "Glacial Regular";
   }
}
@media screen and (max-width: 991px) {
   .index-product-center .content ul li a,
   .index-product-center .content ul li p {
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   .index-product-center .content ul li a,
   .index-product-center .content ul li p {
      font-size: 14px;
   }
}
@media screen and (max-width: 600px) {
   .index-product-center .content ul li a,
   .index-product-center .content ul li p {
      font-size: 13px;
   }
}
@media screen and (max-width: 480px) {
   .index-product-center .content ul li a,
   .index-product-center .content ul li p {
      font-size: 12px;
      text-transform: capitalize;
   }
}
.index-product-center .content ul li a {
   text-transform: capitalize;
}
.index-product-center .content ul li .pic {
   display: block;
   position: relative;
   z-index: 1;
}
.index-product-center .content ul li .pic::before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 6px solid #e95006;
   opacity: 0;
   z-index: 3;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .index-product-center .content ul li .pic::before {
      display: none;
   }
}
.index-product-center .content ul li .pic::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.67);
   opacity: 0;
   z-index: 2;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .index-product-center .content ul li .pic::after {
      display: none;
   }
}
.index-product-center .content ul li .pic .img-box img {
   transition: all 0.6s;
   -webkit-transition: all 0.6s;
}
.index-product-center .content ul li .index-p-name {
   position: absolute;
   left: 60px;
   bottom: 37px;
   width: calc(100% - 60px);
   padding-right: 20px;
   z-index: 3;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
   .index-product-center .content ul li .index-p-name {
      left: 0;
      bottom: 10px;
      width: 100%;
      padding: 0 15px;
   }
}
@media screen and (max-width: 991px) {
   .index-product-center .content ul li .index-p-name {
      padding: 0 10px;
   }
}
@media screen and (max-width: 480px) {
   .index-product-center .content ul li .index-p-name {
      bottom: 5px;
   }
}
.index-product-center .content ul li .index-p-name a {
   position: relative;
   display: inline-block;
   padding-left: 12px;
}
.index-product-center .content ul li .index-p-name a::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   width: 3px;
   height: 69.23076923%;
   background-color: #e95006;
}
@media screen and (max-width: 767px) {
   .index-product-center .content ul li .index-p-name a::before {
      width: 2px;
   }
}
.index-product-center .content ul li .index-p-name p {
   padding-left: 12px;
}
@media screen and (max-width: 767px) {
   .index-product-center .content ul li .index-p-name p {
      display: none !important;
   }
}
.index-product-center .content ul li .txt-box {
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 100%;
   padding: 20px;
   z-index: 3;
   display: flex;
   align-items: center;
   opacity: 0;
   transition: all 0.75s;
   -webkit-transition: all 0.75s;
}
@media screen and (max-width: 1199px) {
   .index-product-center .content ul li .txt-box {
      display: none;
   }
}
.index-product-center .content ul li .txt-box .txt {
   width: 100%;
   text-align: center;
}
.index-product-center .content ul li .txt-box .txt::before {
   display: inline-block;
   margin-bottom: 42px;
   content: '';
   width: 3px;
   height: 18px;
   background-color: #e95006;
}
@media screen and (max-width: 1439px) {
   .index-product-center .content ul li .txt-box .txt::before {
      margin-bottom: 30px;
   }
}
.index-product-center .content ul li .txt-box .txt a:nth-child(1) {
   display: block;
   transition: all 0.2s;
   -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
   .index-product-center .content ul li .txt-box .txt a:nth-child(1):hover {
      text-decoration: underline;
   }
}
.index-product-center .content ul li .txt-box .txt .more {
   display: inline-block !important;
   width: 170px;
   height: 50px;
   margin-top: 65px;
   line-height: 50px;
   border-radius: 25px;
   font-size: 16px;
   font-family: "Glacial Regular";
   color: #fff;
   background-color: #e95006;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-product-center .content ul li .txt-box .txt .more {
      margin-top: 25px;
      height: 45px;
      line-height: 45px;
   }
}
@media screen and (min-width: 1200px) {
   .index-product-center .content ul li .txt-box .txt .more:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
   }
}
.index-product-center .content ul li .txt-box .txt .more::after {
   display: inline-block;
   transform: rotateZ(180deg);
   margin-left: 12px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e63d';
   color: #fff;
   font-size: 14px;
}
.index-about {
   margin-bottom: 242.5px;
   background: no-repeat center;
   background-size: cover;
}
@media screen and (max-width: 1439px) {
   .index-about {
      margin-bottom: 200px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about {
      margin-bottom: 160px;
   }
}
@media screen and (max-width: 991px) {
   .index-about {
      margin-bottom: 123px;
   }
}
@media screen and (max-width: 767px) {
   .index-about {
      padding-bottom: 40px;
      margin-bottom: 0;
      background: none;
      background-color: #F3F3F3;
   }
}
.index-about .index-title {
   padding: 87px 0 60px;
}
@media screen and (max-width: 1199px) {
   .index-about .index-title {
      padding: 60px 0 50px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .index-title {
      padding: 50px 0 40px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .index-title {
      padding: 40px 0 30px;
   }
}
.index-about .index-title .more {
   display: inline-block;
   margin-top: 40px;
   width: 170px;
   height: 50px;
   line-height: 50px;
   border-radius: 25px;
   font-size: 16px;
   font-family: "Glacial Regular";
   color: #fff;
   text-transform: capitalize;
   background-color: #e95006;
   text-align: center;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-about .index-title .more {
      height: 45px;
      line-height: 45px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .index-title .more {
      height: 40px;
      line-height: 40px;
      margin-top: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .index-title .more {
      height: 35px;
      line-height: 35px;
      width: 150px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .index-title .more {
      height: 30px;
      line-height: 30px;
      width: 110px;
      font-size: 12px;
   }
}
@media screen and (min-width: 1200px) {
   .index-about .index-title .more:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
   }
}
.index-about .index-title .more::after {
   display: inline-block;
   transform: rotateZ(180deg);
   margin-left: 12px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e63d';
   color: #fff;
   font-size: 14px;
}
@media screen and (max-width: 767px) {
   .index-about .index-title .more::after {
      margin-left: 5px;
   }
}
.index-about .info {
   overflow: hidden;
   position: relative;
   margin-bottom: -242.5px;
}
@media screen and (max-width: 1439px) {
   .index-about .info {
      margin-bottom: -200px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .info {
      margin-bottom: -160px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .info {
      margin-bottom: -123px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .info {
      margin-bottom: 0;
   }
}
@media screen and (max-width: 480px) {
   .index-about .info .video-box {
      position: relative;
   }
}
.index-about .info .video-box .pic .img-box {
   padding-bottom: 34.39716312%;
}
.index-about .info .video-box i {
   position: absolute;
   top: 100px;
   left: 100px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   background-color: #fff;
   cursor: pointer;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
   .index-about .info .video-box i {
      top: 40px;
      left: 40px;
      width: 60px;
      height: 60px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .info .video-box i {
      top: 25px;
      left: 25px;
      width: 50px;
      height: 50px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .info .video-box i {
      top: 10px;
      left: 10px;
      width: 38px;
      height: 38px;
   }
}
@media screen and (max-width: 480px) {
   .index-about .info .video-box i {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px;
   }
}
@media screen and (min-width: 1200px) {
   .index-about .info .video-box i:hover {
      box-shadow: 0 0 20px rgba(233, 80, 6, 0.6);
   }
}
.index-about .info .video-box i::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-49.5%, -50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e671';
   color: #e95006;
   font-size: 68px;
}
@media screen and (max-width: 1439px) {
   .index-about .info .video-box i::before {
      font-size: 48px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .info .video-box i::before {
      font-size: 38px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .info .video-box i::before {
      font-size: 30px;
   }
}
@media screen and (max-width: 480px) {
   .index-about .info .video-box i::before {
      font-size: 24px;
   }
}
.index-about .info .num {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 2;
   display: flex;
   justify-content: center;
   align-items: center;
}
@media screen and (max-width: 480px) {
   .index-about .info .num {
      position: relative;
      padding-top: 20px;
      flex-wrap: wrap;
   }
}
.index-about .info .num li {
   position: relative;
   padding: 0 30px;
   margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
   .index-about .info .num li {
      padding: 0 15px;
      margin-bottom: 20px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .info .num li {
      padding: 0 20px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .info .num li {
      padding: 0 15px;
      margin-bottom: 5px;
      text-align: center;
   }
}
@media screen and (max-width: 600px) {
   .index-about .info .num li {
      padding: 0 5px;
   }
}
@media screen and (max-width: 480px) {
   .index-about .info .num li {
      padding: 0;
      width: 50%;
      margin-bottom: 5px;
   }
}
.index-about .info .num li::after {
   position: absolute;
   top: 57%;
   right: 0;
   transform: translateY(-50%);
   content: '';
   width: 1px;
   height: 42.877193%;
   background-color: #737475;
}
@media screen and (max-width: 1199px) {
   .index-about .info .num li::after {
      height: 70%;
   }
}
@media screen and (max-width: 480px) {
   .index-about .info .num li::after {
      display: none;
   }
}
.index-about .info .num li b,
.index-about .info .num li p {
   display: inline-block;
   color: #fff;
}
@media screen and (max-width: 480px) {
   .index-about .info .num li b,
   .index-about .info .num li p {
      color: #000;
   }
}
.index-about .info .num li b {
   font-weight: 400;
   font-size: 48px;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .index-about .info .num li b {
      display: block;
      font-size: 35px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .info .num li b {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .info .num li b {
      font-size: 20px;
   }
}
.index-about .info .num li b sub {
   padding-left: 5px;
   font-size: 25px;
   bottom: 0;
}
@media screen and (max-width: 1199px) {
   .index-about .info .num li b sub {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .info .num li b sub {
      font-size: 12px;
   }
}
.index-about .info .num li p {
   padding-left: 20px;
   font-size: 20px;
   line-height: 1.2;
   font-family: "Glacial Regular";
}
@media screen and (max-width: 1199px) {
   .index-about .info .num li p {
      padding-left: 0;
      font-size: 18px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .info .num li p {
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .info .num li p {
      font-size: 12px;
   }
}
.index-about .info .num li:last-child::after {
   display: none;
}
.index-factory {
   overflow: hidden;
}
.index-factory .index-title {
   padding: 89px 0 60px;
}
@media screen and (max-width: 1199px) {
   .index-factory .index-title {
      padding: 60px 0 50px;
   }
}
@media screen and (max-width: 991px) {
   .index-factory .index-title {
      padding: 50px 0 40px;
   }
}
@media screen and (max-width: 767px) {
   .index-factory .index-title {
      padding: 40px 0 30px;
   }
}
.index-factory .index-title .left {
   float: left;
}
.index-factory .index-title .left h3 {
   padding-bottom: 5px;
}
.index-factory .index-title .right {
   float: right;
   padding-top: 40px;
}
@media screen and (max-width: 1199px) {
   .index-factory .index-title .right {
      padding-top: 33px;
   }
}
@media screen and (max-width: 767px) {
   .index-factory .index-title .right {
      display: none;
   }
}
.index-factory .index-title .right a {
   float: left;
   position: relative;
   display: inline-block;
   width: 46px;
   height: 46px;
   border-radius: 50%;
   font-size: 0;
   background-color: transparent;
   border: 2px solid #024579;
   z-index: 2;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-factory .index-title .right a {
      background-color: #fff;
      width: 40px;
      height: 40px;
   }
}
@media screen and (max-width: 991px) {
   .index-factory .index-title .right a {
      background-color: #fff;
      width: 30px;
      height: 30px;
   }
}
@media screen and (min-width: 1200px) {
   .index-factory .index-title .right a:hover {
      border-color: #e95006;
   }
   .index-factory .index-title .right a:hover::before {
      color: #e95006;
   }
}
.index-factory .index-title .right a::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: inline-block;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e62b';
   color: #024579;
   font-size: 25px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-factory .index-title .right a::before {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-factory .index-title .right a::before {
      font-size: 16px;
   }
}
.index-factory .index-title .right a:nth-child(1) {
   margin-right: 52px;
}
@media screen and (max-width: 1199px) {
   .index-factory .index-title .right a:nth-child(1) {
      margin-right: 40px;
   }
}
.index-factory .index-title .right a:nth-child(1)::before {
   transform: translate(-50%, -50%) rotateZ(180deg);
}
.index-factory .index-factory-slick .slick-list {
   margin: 0 -10px;
   margin-bottom: -5px;
}
@media screen and (max-width: 480px) {
   .index-factory .index-factory-slick .slick-list {
      margin: 0 -5px;
   }
}
.index-factory .index-factory-slick .slick-list .item {
   padding: 0 10px;
}
@media screen and (max-width: 480px) {
   .index-factory .index-factory-slick .slick-list .item {
      padding: 0 5px;
   }
}
.index-factory .index-factory-slick .slick-list .item a {
   overflow: hidden;
   position: relative;
   display: block;
}
@media screen and (min-width: 1200px) {
   .index-factory .index-factory-slick .slick-list .item a:hover::after {
      opacity: 1;
   }
   .index-factory .index-factory-slick .slick-list .item a:hover::before {
      opacity: 1;
   }
   .index-factory .index-factory-slick .slick-list .item a:hover .txt {
      top: 0;
   }
}
.index-factory .index-factory-slick .slick-list .item a::before,
.index-factory .index-factory-slick .slick-list .item a::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
.index-factory .index-factory-slick .slick-list .item a::before {
   background-color: rgba(0, 0, 0, 0.4);
   opacity: 0;
   z-index: 1;
}
.index-factory .index-factory-slick .slick-list .item a::after {
   border: 6px solid #e95006;
   opacity: 0;
   z-index: 3;
}
.index-factory .index-factory-slick .slick-list .item a .img-box {
   padding-bottom: 89.24731183%;
}
.index-factory .index-factory-slick .slick-list .item a .txt {
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 100%;
   padding-bottom: 45px;
   display: flex;
   justify-content: center;
   /*水平居中*/
   z-index: 2;
   transition: all 0.6s;
   -webkit-transition: all 0.6s;
}
@media screen and (max-width: 1199px) {
   .index-factory .index-factory-slick .slick-list .item a .txt {
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      padding-bottom: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-factory .index-factory-slick .slick-list .item a .txt {
      padding-bottom: 10px;
   }
}
.index-factory .index-factory-slick .slick-list .item a .txt i {
   position: relative;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
   max-width: 90%;
   padding-left: 35px;
   align-self: flex-end;
   font-size: 24px;
   line-height: 1;
   color: #ffffff;
   font-style: normal;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .index-factory .index-factory-slick .slick-list .item a .txt i {
      font-size: 20px;
      padding-left: 25px;
   }
}
@media screen and (max-width: 991px) {
   .index-factory .index-factory-slick .slick-list .item a .txt i {
      font-size: 16px;
      padding-left: 20px;
   }
}
.index-factory .index-factory-slick .slick-list .item a .txt i::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 3px;
   transform: translateY(-50%);
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background-color: #fff;
}
.index-factory .index-factory-slick .slick-list .item a .txt i::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 1px;
   transform: translateY(-50%);
   width: 11px;
   height: 11px;
   border-radius: 50%;
   box-shadow: 0 0 3px 1px #fff;
}
.index-factory .index-factory-slick .slick-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 46px;
   height: 46px;
   border-radius: 50%;
   font-size: 0;
   background-color: transparent;
   border: 2px solid #024579;
   z-index: 2;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-factory .index-factory-slick .slick-arrow {
      background-color: #fff;
      width: 40px;
      height: 40px;
   }
}
@media screen and (max-width: 991px) {
   .index-factory .index-factory-slick .slick-arrow {
      background-color: #fff;
      width: 30px;
      height: 30px;
   }
}
@media screen and (min-width: 1200px) {
   .index-factory .index-factory-slick .slick-arrow:hover {
      border-color: #e95006;
   }
   .index-factory .index-factory-slick .slick-arrow:hover::before {
      color: #e95006;
   }
}
.index-factory .index-factory-slick .slick-arrow::before {
   display: inline-block;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e62b';
   color: #024579;
   font-size: 25px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-factory .index-factory-slick .slick-arrow::before {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-factory .index-factory-slick .slick-arrow::before {
      font-size: 16px;
   }
}
.index-factory .index-factory-slick .slick-prev {
   left: -9.57446809%;
   transform: translate(-100%, -50%);
}
@media screen and (max-width: 1439px) {
   .index-factory .index-factory-slick .slick-prev {
      left: 0;
      transform: translate(0, -50%);
   }
}
.index-factory .index-factory-slick .slick-prev::before {
   transform: rotateZ(180deg);
}
.index-factory .index-factory-slick .slick-next {
   right: -9.57446809%;
   transform: translate(100%, -50%);
}
@media screen and (max-width: 1439px) {
   .index-factory .index-factory-slick .slick-next {
      right: 0;
      transform: translate(0, -50%);
   }
}
.index-new {
   overflow: hidden;
}
.index-new .index-title {
   padding: 90px 0 58px;
}
@media screen and (max-width: 1199px) {
   .index-new .index-title {
      padding: 60px 0 50px;
   }
}
@media screen and (max-width: 991px) {
   .index-new .index-title {
      padding: 50px 0 40px;
   }
}
@media screen and (max-width: 767px) {
   .index-new .index-title {
      padding: 40px 0 30px;
   }
}
.index-new .index-title h3 {
   padding-bottom: 6px;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list {
      margin: 0 -5px;
   }
}
.index-new .index-new-list li {
   margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
   .index-new .index-new-list li {
      margin-bottom: 10px;
      padding: 0 5px;
   }
}
.index-new .index-new-list li .item {
   padding: 24px;
   border: 1px solid #dcdcdc;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item {
      padding: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-new .index-new-list li .item {
      padding: 10px;
   }
}
@media screen and (min-width: 1200px) {
   .index-new .index-new-list li .item:hover {
      border-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   }
   .index-new .index-new-list li .item:hover .pic img {
      transform: scale(1.05);
   }
   .index-new .index-new-list li .item:hover .txt .date {
      background-color: #e95006;
   }
   .index-new .index-new-list li .item:hover .txt .date b {
      color: #fff;
   }
   .index-new .index-new-list li .item:hover .txt .date i {
      color: #fff;
   }
   .index-new .index-new-list li .item:hover .txt>a {
      color: #e95006;
   }
}
.index-new .index-new-list li .item .pic .img-box {
   padding-bottom: 54.0625%;
}
.index-new .index-new-list li .item .pic .img-box img {
   transition: all 0.6s;
   -webkit-transition: all 0.6s;
}
.index-new .index-new-list li .item .txt {
   position: relative;
   padding: 44px 42px 9px;
   min-height: 174px;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item .txt {
      padding: 30px 15px 5px;
      min-height: 125px;
   }
}
@media screen and (max-width: 991px) {
   .index-new .index-new-list li .item .txt {
      padding: 25px 0 5px;
      min-height: 120px;
   }
}
@media screen and (max-width: 767px) {
   .index-new .index-new-list li .item .txt {
      padding: 10px 0 5px;
   }
}
.index-new .index-new-list li .item .txt .date {
   position: absolute;
   top: 0;
   left: 46px;
   transform: translateY(-50%);
   width: 270px;
   text-align: center;
   line-height: 54px;
   color: #222222;
   background-color: #fff;
   border-radius: 28px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item .txt .date {
      line-height: 35px;
      border-radius: 19px;
      width: 200px;
      left: 25px;
   }
}
@media screen and (max-width: 991px) {
   .index-new .index-new-list li .item .txt .date {
      line-height: 30px;
      border-radius: 16px;
      width: 160px;
      left: 15px;
   }
}
@media screen and (max-width: 767px) {
   .index-new .index-new-list li .item .txt .date {
      position: relative;
      transform: translateY(0);
      left: 0;
      width: auto;
      box-shadow: none;
      color: #222;
      text-align: left;
      margin-bottom: 5px;
   }
}
.index-new .index-new-list li .item .txt .date b {
   display: inline-block;
   font-size: 34px;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
   vertical-align: middle;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item .txt .date b {
      font-size: 25px;
   }
}
@media screen and (max-width: 991px) {
   .index-new .index-new-list li .item .txt .date b {
      font-size: 20px;
   }
}
.index-new .index-new-list li .item .txt .date b::after {
   content: '';
   display: inline-block;
   margin-left: 25px;
   margin-right: 10px;
   width: 1px;
   height: 23px;
   background-color: #dcdcdc;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item .txt .date b::after {
      margin-left: 15px;
      margin-right: 10px;
   }
}
@media screen and (max-width: 991px) {
   .index-new .index-new-list li .item .txt .date b::after {
      height: 20px;
      transform: translateY(2px);
   }
}
@media screen and (max-width: 767px) {
   .index-new .index-new-list li .item .txt .date b::after {
      background-color: #222222;
   }
}
.index-new .index-new-list li .item .txt .date i {
   display: inline-block;
   font-size: 20px;
   font-style: normal;
   vertical-align: middle;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item .txt .date i {
      font-size: 16px;
   }
}
@media screen and (max-width: 991px) {
   .index-new .index-new-list li .item .txt .date i {
      font-size: 14px;
   }
}
.index-new .index-new-list li .item .txt .n-name {
   margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item .txt .n-name {
      margin-bottom: 10px;
   }
}
.index-new .index-new-list li .item .txt .n-name a {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   max-width: 100%;
   font-size: 26px;
   line-height: 1.38461538;
   color: #222222;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item .txt .n-name a {
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .index-new .index-new-list li .item .txt .n-name a {
      font-size: 18px;
   }
}
.index-new .index-new-list li .item .txt>a {
   display: inline-block;
   font-size: 16px;
   color: #222222;
   line-height: 25px;
   text-transform: capitalize;
   text-decoration: underline;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
   .index-new .index-new-list li .item .txt>a {
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .index-new .index-new-list li .item .txt>a {
      font-size: 12px;
   }
}
.index-new .index-new-list li .item .txt>a::after {
   display: inline-block;
   margin-left: 15px;
   transform: rotateZ(180deg);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e63d';
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
   .index-new .index-new-list li .item .txt>a::after {
      font-size: 12px;
      margin-left: 5px;
      transform: rotateZ(180deg) translateY(-2px);
   }
}
.index-new .index-cooperation-list {
   padding: 30px 0 50px;
}
@media screen and (max-width: 991px) {
   .index-new .index-cooperation-list {
      padding: 0 0 30px;
      margin: 0 -5px;
   }
}
.index-new .index-cooperation-list li {
   margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
   .index-new .index-cooperation-list li {
      margin-bottom: 10px;
      padding: 0 5px;
   }
}
.index-new .index-cooperation-list li .img-box {
   border: 1px solid #dcdcdc;
   padding-bottom: 36.36363636%;
}
@media screen and (min-width: 1200px) {
   .index-new .index-cooperation-list li .img-box:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
   }
}
.index-new .index-cooperation-list li .img-box img {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.index-share {
   background-color: #f3f3f3;
}
.index-share ul {
   padding: 67px 0 70px;
}
@media screen and (max-width: 1199px) {
   .index-share ul {
      margin: 0 -5px;
      padding: 60px 0 50px;
   }
}
@media screen and (max-width: 767px) {
   .index-share ul {
      padding: 40px 0 20px;
   }
}
.index-share ul li {
   margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
   .index-share ul li {
      padding: 0 5px;
   }
}
.index-share ul li .title {
   text-align: center;
   padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
   .index-share ul li .title {
      padding-bottom: 25px;
   }
}
@media screen and (max-width: 991px) {
   .index-share ul li .title {
      padding-bottom: 20px;
   }
}
@media screen and (max-width: 767px) {
   .index-share ul li .title {
      padding-bottom: 10px;
   }
}
.index-share ul li .title a {
   position: relative;
   display: inline-block;
   padding-left: 45px;
   font-size: 24px;
   line-height: 1.25;
   color: #222222;
   font-weight: 400;
   text-transform: capitalize;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-share ul li .title a {
      padding-left: 30px;
   }
}
@media screen and (max-width: 991px) {
   .index-share ul li .title a {
      font-size: 20px;
   }
}
@media screen and (min-width: 1200px) {
   .index-share ul li .title a:hover {
      color: #024579;
      text-decoration: underline;
   }
}
.index-share ul li .title a::before {
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e6d9';
   font-size: 30px;
   color: #3b5998;
}
.index-share ul li .content {
   height: 490px;
}
@media screen and (max-width: 480px) {
   .index-share ul li .content {
      height: 450px;
   }
}
.index-share ul li .content iframe {
   overflow-y: auto;
   width: 100%;
   height: 100%;
}
.index-share ul li:nth-child(2) .title a::before {
   content: '\e6ca';
   color: #5dd7fc;
}
.index-share ul li:nth-child(3) .title a::before {
   content: '\e896';
   color: #cf2f79;
}
.about {
   padding: 85px 0 70px;
}
@media screen and (max-width: 1199px) {
   .about {
      padding: 60px 0;
   }
}
@media screen and (max-width: 991px) {
   .about {
      padding: 50px 0;
   }
}
@media screen and (max-width: 767px) {
   .about {
      padding: 40px 0;
   }
}
.about .title h3 {
   margin: 0;
   font-size: 48px;
   color: #222222;
   line-height: 1.25;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
   text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
   .about .title h3 {
      font-size: 40px;
   }
}
@media screen and (max-width: 991px) {
   .about .title h3 {
      font-size: 30px;
   }
}
@media screen and (max-width: 767px) {
   .about .title h3 {
      font-size: 25px;
   }
}
.about .title p {
   padding: 9px 0 13px;
   font-size: 15px;
   line-height: 1.66666667;
   color: #666666;
}
@media screen and (max-width: 1199px) {
   .about .title p {
      font-size: 14px;
      padding: 5px 0 10px;
   }
}
@media screen and (max-width: 767px) {
   .about .title p {
      font-size: 12px;
   }
}
.about .txt-box .txt p {
   font-size: 15px;
   line-height: 1.6;
   color: #222222;
   font-weight: 600;
}
.about .txt-box .info-contact {
   line-height: 50px;
   padding: 50px 0 60px;
}
@media screen and (max-width: 1199px) {
   .about .txt-box .info-contact {
      padding: 45px 0;
   }
}
@media screen and (max-width: 991px) {
   .about .txt-box .info-contact {
      padding: 35px 0;
   }
}
@media screen and (max-width: 767px) {
   .about .txt-box .info-contact {
      padding: 25px 0;
   }
}
.about .txt-box .info-contact h4 {
   display: inline-block;
   margin: 0;
   margin-right: 40px;
   font-size: 24px;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
   color: #e95006;
}
@media screen and (max-width: 991px) {
   .about .txt-box .info-contact h4 {
      display: block;
      padding-bottom: 20px;
      font-size: 20px;
      margin-right: 0;
   }
}
.about .txt-box .info-contact a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-family: Arial, Helvetica, sans-serif;
   color: #222222;
   padding-left: 70px;
   font-weight: 600;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
   .about .txt-box .info-contact a {
      width: 50%;
      float: left;
      padding-left: 60px;
   }
}
@media screen and (max-width: 767px) {
   .about .txt-box .info-contact a {
      font-size: 16px;
      padding-left: 45px;
   }
}
@media screen and (max-width: 600px) {
   .about .txt-box .info-contact a {
      width: 100%;
   }
}
@media screen and (min-width: 1200px) {
   .about .txt-box .info-contact a:hover {
      color: #e95006;
      text-decoration: underline;
   }
   .about .txt-box .info-contact a:hover::before {
      background-color: #e95006;
   }
}
.about .txt-box .info-contact a::before {
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 50%;
   background-color: #000000;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e633';
   color: #fff;
   font-size: 27px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
   .about .txt-box .info-contact a::before {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .about .txt-box .info-contact a::before {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
   }
}
.about .txt-box .info-contact a:nth-of-type(2) {
   margin-left: 154px;
}
@media screen and (max-width: 991px) {
   .about .txt-box .info-contact a:nth-of-type(2) {
      margin-left: 0;
      margin-top: 10px;
   }
}
.about .txt-box .info-contact a:nth-of-type(2)::before {
   content: '\e8bd';
}
.about .info {
   overflow: hidden;
   position: relative;
}
@media screen and (max-width: 480px) {
   .about .info .video-box {
      position: relative;
   }
}
.about .info .video-box .pic .img-box {
   padding-bottom: 34.39716312%;
}
.about .info .video-box i {
   position: absolute;
   top: 100px;
   left: 100px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   background-color: #fff;
   cursor: pointer;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
   .about .info .video-box i {
      top: 40px;
      left: 40px;
      width: 60px;
      height: 60px;
   }
}
@media screen and (max-width: 1199px) {
   .about .info .video-box i {
      top: 25px;
      left: 25px;
      width: 50px;
      height: 50px;
   }
}
@media screen and (max-width: 991px) {
   .about .info .video-box i {
      top: 10px;
      left: 10px;
      width: 38px;
      height: 38px;
   }
}
@media screen and (max-width: 480px) {
   .about .info .video-box i {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px;
   }
}
@media screen and (min-width: 1200px) {
   .about .info .video-box i:hover {
      box-shadow: 0 0 20px rgba(233, 80, 6, 0.6);
   }
}
.about .info .video-box i::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e671';
   color: #e95006;
   font-size: 68px;
}
@media screen and (max-width: 1439px) {
   .about .info .video-box i::before {
      font-size: 48px;
   }
}
@media screen and (max-width: 1199px) {
   .about .info .video-box i::before {
      font-size: 38px;
   }
}
@media screen and (max-width: 991px) {
   .about .info .video-box i::before {
      font-size: 30px;
   }
}
@media screen and (max-width: 480px) {
   .about .info .video-box i::before {
      font-size: 24px;
   }
}
.about .info .num {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 2;
   display: flex;
   justify-content: center;
   align-items: center;
}
@media screen and (max-width: 480px) {
   .about .info .num {
      position: relative;
      padding-top: 20px;
      flex-wrap: wrap;
   }
}
.about .info .num li {
   position: relative;
   padding: 0 30px;
   margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
   .about .info .num li {
      padding: 0 15px;
      margin-bottom: 20px;
   }
}
@media screen and (max-width: 1199px) {
   .about .info .num li {
      padding: 0 20px;
   }
}
@media screen and (max-width: 767px) {
   .about .info .num li {
      padding: 0 15px;
      margin-bottom: 5px;
      text-align: center;
   }
}
@media screen and (max-width: 600px) {
   .about .info .num li {
      padding: 0 5px;
   }
}
@media screen and (max-width: 480px) {
   .about .info .num li {
      padding: 0;
      width: 50%;
      margin-bottom: 5px;
   }
}
.about .info .num li::after {
   position: absolute;
   top: 57%;
   right: 0;
   transform: translateY(-50%);
   content: '';
   width: 1px;
   height: 50.87719298%;
   background-color: #737475;
}
@media screen and (max-width: 1199px) {
   .about .info .num li::after {
      height: 70%;
   }
}
@media screen and (max-width: 480px) {
   .about .info .num li::after {
      display: none;
   }
}
.about .info .num li b,
.about .info .num li p {
   display: inline-block;
   color: #fff;
}
@media screen and (max-width: 480px) {
   .about .info .num li b,
   .about .info .num li p {
      color: #000;
   }
}
.about .info .num li b {
   font-weight: 400;
   font-size: 48px;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .about .info .num li b {
      display: block;
      font-size: 35px;
   }
}
@media screen and (max-width: 991px) {
   .about .info .num li b {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .about .info .num li b {
      font-size: 20px;
   }
}
.about .info .num li b sub {
   padding-left: 5px;
   font-size: 25px;
   bottom: 0;
}
@media screen and (max-width: 1199px) {
   .about .info .num li b sub {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .about .info .num li b sub {
      font-size: 12px;
   }
}
.about .info .num li p {
   padding-left: 20px;
   font-size: 20px;
   line-height: 1.2;
   font-family: "Glacial Regular";
}
@media screen and (max-width: 1199px) {
   .about .info .num li p {
      padding-left: 0;
      font-size: 18px;
   }
}
@media screen and (max-width: 991px) {
   .about .info .num li p {
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .about .info .num li p {
      font-size: 12px;
   }
}
.about .info .num li:last-child::after {
   display: none;
}
.about .about-cooperation-list {
   padding-top: 62px;
}
@media screen and (max-width: 1199px) {
   .about .about-cooperation-list {
      padding-top: 40px;
   }
}
@media screen and (max-width: 991px) {
   .about .about-cooperation-list {
      margin: 0 -5px;
   }
}
.about .about-cooperation-list li {
   margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
   .about .about-cooperation-list li {
      margin-bottom: 10px;
      padding: 0 5px;
   }
}
.about .about-cooperation-list li .img-box {
   border: 1px solid #dcdcdc;
   padding-bottom: 36.36363636%;
}
@media screen and (min-width: 1200px) {
   .about .about-cooperation-list li .img-box:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
   }
}
.about .about-cooperation-list li .img-box img {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.p-nav .title {
   position: relative;
   padding-left: 22px;
   margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
   .p-nav .title {
      padding-left: 0;
      text-align: center;
   }
}
.p-nav .title::before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 3px;
   height: 75%;
   background-color: #e95006;
}
@media screen and (max-width: 1199px) {
   .p-nav .title::before {
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      width: 30px;
      height: 3px;
   }
}
.p-nav .title h2 {
   margin: 0;
   font-size: 30px;
   line-height: 1.33333333;
   color: #222222;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
   text-transform: capitalize;
}
@media screen and (max-width: 1439px) {
   .p-nav .title h2 {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .p-nav .title h2 {
      font-size: 20px;
   }
}
@media screen and (max-width: 1199px) {
   .p-nav ul {
      padding: 20px 0 5px;
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
   }
}
.p-nav ul li {
   margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
   .p-nav ul li {
      float: left;
      position: relative;
      padding: 0 20px;
      margin-bottom: 15px;
   }
}
@media screen and (max-width: 991px) {
   .p-nav ul li {
      padding-right: 0 15px;
   }
}
@media screen and (max-width: 767px) {
   .p-nav ul li {
      padding-right: 0 10px;
   }
}
.p-nav ul li::after {
   display: none;
   content: '';
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 1px;
   height: 65%;
   background-color: #e95006;
}
@media screen and (max-width: 1199px) {
   .p-nav ul li::after {
      display: block;
   }
}
.p-nav ul li a {
   display: block;
   padding: 10px 20px;
   border: 1px solid #dcdcdc;
   border-left: 5px solid #024579;
   font-size: 18px;
   line-height: 1.33333333;
   color: #222222;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .p-nav ul li a {
      font-size: 16px;
      padding: 5px 15px;
   }
}
@media screen and (max-width: 1199px) {
   .p-nav ul li a {
      padding: 0;
      border: none;
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .p-nav ul li a {
      font-size: 13px;
   }
}
@media screen and (min-width: 1200px) {
   .p-nav ul li a:hover {
      border-color: #e95006;
   }
}
.p-nav ul li a b {
   display: block;
   font-weight: 400;
}
.p-nav ul li:last-child {
   margin-bottom: 0;
}
.p-nav ul .active a {
   border-color: #e95006;
}
.product,
.product-details {
   padding: 95px 0 100px;
}
@media screen and (max-width: 1199px) {
   .product,
   .product-details {
      padding: 75px 0;
   }
}
@media screen and (max-width: 991px) {
   .product,
   .product-details {
      padding: 65px 0;
   }
}
@media screen and (max-width: 767px) {
   .product,
   .product-details {
      padding: 45px 0;
   }
}
.product .content .product-list {
   padding: 65px 0 30px;
}
@media screen and (max-width: 991px) {
   .product .content .product-list {
      padding: 50px 0 20px;
   }
}
@media screen and (max-width: 767px) {
   .product .content .product-list {
      padding: 35px 0 10px;
      margin: 0 -3px;
   }
}
@media screen and (max-width: 480px) {
   .product .content .product-list {
      padding-bottom: 35px;
   }
}
.product .content .product-list li {
   margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
   .product .content .product-list li {
      padding: 0 3px;
      margin-bottom: 10px;
   }
}
@media screen and (max-width: 400px) {
   .product .content .product-list li {
      width: 100%;
   }
}
.product .content .product-list li .item {
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   background-color: #fff;
}
@media screen and (min-width: 1200px) {
   .product .content .product-list li .item:hover .pic i {
      background-color: #e95006;
   }
   .product .content .product-list li .item:hover .txt-box {
      background-color: #e95006;
   }
   .product .content .product-list li .item:hover .txt-box>a::before {
      color: #e95006;
   }
}
.product .content .product-list li .item .pic {
   position: relative;
}
@media screen and (min-width: 1200px) {
   .product .content .product-list li .item .pic:hover img {
      transform: scale(1.05);
   }
}
.product .content .product-list li .item .pic .img-box {
   padding-bottom: 84.84848485%;
}
.product .content .product-list li .item .pic .img-box img {
   transition: all 0.6s;
   -webkit-transition: all 0.6s;
}
.product .content .product-list li .item .pic i {
   position: absolute;
   top: 24px;
   left: 0;
   display: inline-block;
   padding: 2px 17px;
   width: 68px;
   border-top-right-radius: 13.5px;
   border-bottom-right-radius: 13.5px;
   font-size: 16px;
   line-height: 1.5;
   color: #ffffff;
   font-style: normal;
   text-transform: uppercase;
   background-color: #024579;
   z-index: 2;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
   .product .content .product-list li .item .pic i {
      top: 15px;
      padding: 2 5px;
      width: 55px;
      font-size: 14px;
      border-top-right-radius: 13px;
      border-bottom-right-radius: 13px;
   }
}
@media screen and (max-width: 767px) {
   .product .content .product-list li .item .pic i {
      font-size: 12px;
   }
}
.product .content .product-list li .item .txt-box {
   position: relative;
   padding: 16px 14px;
   padding-right: 62px;
   background-color: #024579;
   min-height: 80px;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
   .product .content .product-list li .item .txt-box {
      padding: 10px;
      padding-right: 40px;
      min-height: 62px;
   }
}
.product .content .product-list li .item .txt-box .txt {
   position: relative;
   padding-left: 25px;
}
@media screen and (max-width: 991px) {
   .product .content .product-list li .item .txt-box .txt {
      padding-left: 10px;
   }
}
.product .content .product-list li .item .txt-box .txt::before {
   content: '';
   position: absolute;
   left: 4px;
   top: 4px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background-color: #fff;
}
@media screen and (max-width: 991px) {
   .product .content .product-list li .item .txt-box .txt::before {
      left: -2px;
      top: 4px;
      width: 7px;
      height: 7px;
   }
}
.product .content .product-list li .item .txt-box .txt::after {
   content: '';
   position: absolute;
   left: 2px;
   top: 2px;
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background-color: transparent;
   box-shadow: 0 0 5px 1px #ffffff;
}
@media screen and (max-width: 991px) {
   .product .content .product-list li .item .txt-box .txt::after {
      left: -2px;
      top: 4px;
      width: 7px;
      height: 7px;
   }
}
.product .content .product-list li .item .txt-box .txt a {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   font-size: 18px;
   line-height: 1.333333;
   color: #ffffff;
   transition: all 0.2s;
   -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
   .product .content .product-list li .item .txt-box .txt a {
      font-size: 16px;
   }
}
@media screen and (max-width: 480px) {
   .product .content .product-list li .item .txt-box .txt a {
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .product .content .product-list li .item .txt-box .txt a:hover {
      text-decoration: underline;
   }
}
.product .content .product-list li .item .txt-box .txt p {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   font-size: 18px;
   color: #ffffff;
   line-height: 1.16666667;
}
@media screen and (max-width: 1439px) {
   .product .content .product-list li .item .txt-box .txt p {
      font-size: 15px;
   }
}
@media screen and (max-width: 480px) {
   .product .content .product-list li .item .txt-box .txt p {
      font-size: 12px;
   }
}
.product .content .product-list li .item .txt-box>a {
   position: absolute;
   top: 50%;
   right: 14px;
   transform: translateY(-50%);
   width: 48px;
   height: 48px;
   border-radius: 50%;
   background-color: #fff;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
   .product .content .product-list li .item .txt-box>a {
      width: 40px;
      height: 40px;
   }
}
@media screen and (max-width: 991px) {
   .product .content .product-list li .item .txt-box>a {
      width: 30px;
      height: 30px;
      right: 5px;
   }
}
@media screen and (min-width: 1200px) {
   .product .content .product-list li .item .txt-box>a:hover {
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.45);
   }
}
.product .content .product-list li .item .txt-box>a::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e642';
   color: #024579;
   font-size: 25px;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
   .product .content .product-list li .item .txt-box>a::before {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .product .content .product-list li .item .txt-box>a::before {
      font-size: 16px;
   }
}
.product-details .content {
   padding-top: 65px;
}
@media screen and (max-width: 991px) {
   .product-details .content {
      padding-top: 50px;
   }
}
@media screen and (max-width: 767px) {
   .product-details .content {
      padding-top: 35px;
   }
}
.product-details .content .info .left {
   float: left;
   width: 54.28571429%;
}
@media screen and (max-width: 991px) {
   .product-details .content .info .left {
      float: none;
      width: 100%;
   }
}
.product-details .content .info .left .slider-for {
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.product-details .content .info .left .slider-for .slick-list .slick-slide {
   height: auto;
}
.product-details .content .info .left .slider-for .slick-list .item {
   position: relative;
}
.product-details .content .info .left .slider-for .slick-list .item .img-box {
   padding-bottom: 84.73684211%;
}
.product-details .content .info .left .slider-for .slick-list .item i {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.39);
   cursor: pointer;
   z-index: 2;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
   .product-details .content .info .left .slider-for .slick-list .item i:hover {
      background-color: rgba(0, 0, 0, 0.5);
   }
   .product-details .content .info .left .slider-for .slick-list .item i:hover::before {
      color: #e95006;
   }
}
.product-details .content .info .left .slider-for .slick-list .item i::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e671';
   color: #fff;
   font-size: 55px;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 480px) {
   .product-details .content .info .left .slider-for .slick-list .item i::before {
      font-size: 40px;
   }
}
.product-details .content .info .right {
   float: right;
   width: 42.85714286%;
}
@media screen and (max-width: 991px) {
   .product-details .content .info .right {
      float: none;
      width: 100%;
   }
}
.product-details .content .info .right .title {
   padding-top: 10px;
}
@media screen and (max-width: 991px) {
   .product-details .content .info .right .title {
      padding-top: 35px;
   }
}
@media screen and (max-width: 480px) {
   .product-details .content .info .right .title {
      padding-top: 25px;
   }
}
.product-details .content .info .right .title h2 {
   margin: 0;
   font-size: 24px;
   line-height: 1.45833333;
   color: #222222;
}
@media screen and (max-width: 767px) {
   .product-details .content .info .right .title h2 {
      font-size: 20px;
   }
}
.product-details .content .info .right .p-share {
   padding-top: 80px;
}
@media screen and (max-width: 1439px) {
   .product-details .content .info .right .p-share {
      padding-top: 50px;
   }
}
@media screen and (max-width: 991px) {
   .product-details .content .info .right .p-share {
      padding-top: 20px;
   }
}
.product-details .content .info .right .p-share b {
   float: left;
   display: block;
   padding-right: 30px;
   font-size: 16px;
   line-height: 30px;
   font-weight: 400;
   color: #333333;
}
@media screen and (max-width: 480px) {
   .product-details .content .info .right .p-share b {
      padding-right: 15px;
      font-size: 14px;
   }
}
.product-details .content .info .right .p-share .share_tool {
   float: left;
}
.product-details .content .info .right .p-share .share_tool a {
   margin-bottom: 0 !important;
}
.product-details .content .info .right .p-btn {
   padding: 50px 0 20px;
}
@media screen and (max-width: 1439px) {
   .product-details .content .info .right .p-btn {
      padding: 40px 0 10px;
   }
}
@media screen and (max-width: 1199px) {
   .product-details .content .info .right .p-btn {
      padding: 30px 0 20px;
   }
}
.product-details .content .info .right .p-btn a {
   display: inline-block;
   padding: 0 10px;
   margin-right: 25px;
   min-width: 170px;
   height: 50px;
   line-height: 38px;
   border: 1px solid #d2d2d2;
   text-align: center;
   font-size: 14px;
   color: #222222;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
   .product-details .content .info .right .p-btn a {
      margin-right: 15px;
   }
}
@media screen and (max-width: 480px) {
   .product-details .content .info .right .p-btn a {
      height: 40px;
      width: 150px;
      line-height: 32px;
      margin-bottom: 10px;
   }
}
@media screen and (min-width: 1200px) {
   .product-details .content .info .right .p-btn a:hover {
      border-color: #e95006;
      background-color: #e95006;
      color: #fff;
   }
   .product-details .content .info .right .p-btn a:hover::before {
      color: #fff;
   }
}
.product-details .content .info .right .p-btn a::before {
   display: inline-block;
   margin-right: 18px;
   transform: translateY(3px);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e665';
   color: #222222;
   font-size: 22px;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 480px) {
   .product-details .content .info .right .p-btn a::before {
      font-size: 18px;
      margin-right: 5px;
   }
}
.product-details .content .info .right .p-btn a:nth-child(1)::before {
   font-weight: 600;
}
.product-details .content .info .right .p-btn a:nth-child(2) {
   margin-right: 0;
}
.product-details .content .info .right .p-btn a:nth-child(2)::before {
   content: '\e642';
}
@media screen and (max-width: 480px) {
   .product-details .content .info .right .p-btn a:nth-child(2)::before {
      transform: translateY(1px);
   }
}
/*  */
.product-details .content .info .right .nav-btns {
   display: flex;
   justify-content: space-between;
   padding-bottom: 5px;
}
.product-details .content .info .right .nav-btns a {
   position: relative;
   display: block;
   width: 46px;
   height: 46px;
   border-radius: 50%;
   font-size: 0;
   background-color: transparent;
   border: 2px solid #024579;
   z-index: 2;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.product-details .content .info .right .nav-btns a:nth-child(1) {
   transform: rotateZ(180deg);
}
@media screen and (max-width: 1439px) {
   .product-details .content .info .right .nav-btns a {
      background-color: #fff;
      width: 40px;
      height: 40px;
   }
}
@media screen and (max-width: 480px) {
   .product-details .content .info .right .nav-btns a {
      background-color: #fff;
      width: 30px;
      height: 30px;
   }
}
@media screen and (min-width: 1200px) {
   .product-details .content .info .right .nav-btns a:hover {
      border-color: #e95006;
   }
   .product-details .content .info .right .nav-btns a:hover::before {
      color: #e95006;
   }
}
.product-details .content .info .right .nav-btns a::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: inline-block;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e62b';
   color: #024579;
   font-size: 25px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .product-details .content .info .right .nav-btns a::before {
      font-size: 20px;
   }
}
@media screen and (max-width: 480px) {
   .product-details .content .info .right .nav-btns a::before {
      font-size: 16px;
   }
}
/*  */
.product-details .content .info .right .slider-nav .slick-list {
   padding: 20px 0;
   margin: 0 -4.5px;
}
.product-details .content .info .right .slider-nav .slick-list .slick-slide {
   padding: 0 4.5px;
   height: auto;
}
.product-details .content .info .right .slider-nav .slick-list .item {
   position: relative;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}
.product-details .content .info .right .slider-nav .slick-list .item .img-box {
   padding-bottom: 85.41666667%;
}
.product-details .content .info .right .slider-nav .slick-list .item i {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.39);
   z-index: 2;
}
.product-details .content .info .right .slider-nav .slick-list .item i::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   font-size: 44px;
}
@media screen and (max-width: 480px) {
   .product-details .content .info .right .slider-nav .slick-list .item i::before {
      font-size: 25px;
   }
}
.product-details .content .p-details .title h4,
.product-details .content .inquire .title h4 {
   position: relative;
   padding-left: 14px;
   margin: 0;
   font-size: 36px;
   line-height: 1.11111111;
   color: #333333;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .product-details .content .p-details .title h4,
   .product-details .content .inquire .title h4 {
      font-size: 30px;
   }
}
@media screen and (max-width: 991px) {
   .product-details .content .p-details .title h4,
   .product-details .content .inquire .title h4 {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .product-details .content .p-details .title h4,
   .product-details .content .inquire .title h4 {
      font-size: 20px;
   }
}
.product-details .content .p-details .title h4::before,
.product-details .content .inquire .title h4::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   width: 3px;
   height: 62.5%;
   background-color: #024579;
}
.product-details .content .p-details {
   padding-top: 72px;
}
@media screen and (max-width: 1199px) {
   .product-details .content .p-details {
      padding-top: 50px;
   }
}
@media screen and (max-width: 991px) {
   .product-details .content .p-details {
      padding-top: 40px;
   }
}
@media screen and (max-width: 767px) {
   .product-details .content .p-details {
      padding-top: 30px;
   }
}
.product-details .content .p-details .title {
   margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
   .product-details .content .p-details .title {
      margin-bottom: 20px;
   }
}
@media screen and (max-width: 991px) {
   .product-details .content .p-details .title {
      margin-bottom: 15px;
   }
}
.product-details .content .p-details .details-content p {
   font-size: 18px;
   line-height: 2;
   color: #222;
}
@media screen and (max-width: 767px) {
   .product-details .content .p-details .details-content p {
      font-size: 16px;
   }
}
.product-details .content .p-details .details-content p img {
   max-width: 100%;
   height: auto;
}
.product-details .content .p-details .details-content .table-box table tr,
.product-details .content .p-details .details-content .table-box table td,
.product-details .content .p-details .details-content .table-box table th {
   background-color: #fff;
}
.product-details .content .inquire .title {
   padding: 40px 0 14px;
}
@media screen and (max-width: 1199px) {
   .product-details .content .inquire .title {
      padding: 35px 0 10px;
   }
}
@media screen and (max-width: 767px) {
   .product-details .content .inquire .title {
      padding-top: 30px;
   }
}
.product-details .content .inquire .title p {
   margin-top: 7px;
   font-size: 18px;
   line-height: 2.14285714;
   color: #666666;
}
@media screen and (max-width: 767px) {
   .product-details .content .inquire .title p {
      font-size: 16px;
   }
}
.product-details .content .inquire form ul li input,
.product-details .content .inquire form ul li textarea {
   display: block;
   width: 100%;
   padding: 10px 22px;
   margin-bottom: 15px;
   font-size: 18px;
   line-height: 2.14285714;
   color: #333333;
   background-color: #ededed;
}
@media screen and (max-width: 991px) {
   .product-details .content .inquire form ul li input,
   .product-details .content .inquire form ul li textarea {
      padding: 8px 20px;
   }
}
@media screen and (max-width: 767px) {
   .product-details .content .inquire form ul li input,
   .product-details .content .inquire form ul li textarea {
      padding: 5px 15px;
      margin-bottom: 10px;
      font-size: 16px;
   }
}
.product-details .content .inquire form ul li textarea {
   height: 240px;
   margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
   .product-details .content .inquire form ul li textarea {
      height: 200px;
   }
}
@media screen and (max-width: 767px) {
   .product-details .content .inquire form ul li textarea {
      margin-bottom: 15px;
      height: 160px;
   }
}
.product-details .content .inquire form ul li input::-webkit-input-placeholder,
.product-details .content .inquire form ul li textarea::-webkit-input-placeholder {
   color: #333;
}
.product-details .content .inquire form ul li input:-o-placeholder,
.product-details .content .inquire form ul li textarea:-o-placeholder {
   color: #333;
}
.product-details .content .inquire form ul li input::-moz-placeholder,
.product-details .content .inquire form ul li textarea::-moz-placeholder {
   color: #333;
}
.product-details .content .inquire form ul li input:-ms-input-placeholder,
.product-details .content .inquire form ul li textarea:-ms-input-placeholder {
   color: #333;
}
.product-details .content .inquire form ul li input:focus::-webkit-input-placeholder,
.product-details .content .inquire form ul li textarea:focus::-webkit-input-placeholder {
   color: #ababab;
}
.product-details .content .inquire form ul li input:focus::-o-placeholder,
.product-details .content .inquire form ul li textarea:focus::-o-placeholder {
   color: #ababab;
}
.product-details .content .inquire form ul li input:focus::-moz-placeholder,
.product-details .content .inquire form ul li textarea:focus::-moz-placeholder {
   color: #ababab;
}
.product-details .content .inquire form ul li input:focus::-ms-input-placeholder,
.product-details .content .inquire form ul li textarea:focus::-ms-input-placeholder {
   color: #ababab;
}
.product-details .content .inquire form ul li button {
   display: block;
   width: 160px;
   height: 50px;
   margin: 0 auto;
   line-height: 50px;
   text-align: center;
   font-size: 16px;
   color: #fff;
   text-transform: uppercase;
   background-color: #003562;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
   .product-details .content .inquire form ul li button {
      height: 40px;
      line-height: 40px;
   }
}
@media screen and (max-width: 767px) {
   .product-details .content .inquire form ul li button {
      width: 140px;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .product-details .content .inquire form ul li button:hover {
      background-color: #0458a1;
   }
}
.product-details .content .inquire form ul li:nth-child(1) input {
   background-color: #d8d8d8;
}
.product-details .content .inquire form ul li:nth-child(2),
.product-details .content .inquire form ul li:nth-child(3) {
   float: left;
   width: 48.57142857%;
}
@media screen and (max-width: 480px) {
   .product-details .content .inquire form ul li:nth-child(2),
   .product-details .content .inquire form ul li:nth-child(3) {
      width: 100%;
   }
}
.product-details .content .inquire form ul li:nth-child(3) {
   float: right;
}
.service {
   overflow: hidden;
   padding: 90px 0 30px;
}
.service .title {
   text-align: center;
}
.service .title h3 {
   margin: 0;
   font-size: 30px;
   line-height: 1.33333333;
   color: #222222;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 991px) {
   .service .title h3 {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .service .title h3 {
      font-size: 20px;
   }
}
.service .title p {
   padding: 38px 0 80px;
   font-size: 20px;
   line-height: 1.5;
   color: #666666;
}
@media screen and (max-width: 1199px) {
   .service .title p {
      padding: 25px 0 60px;
      font-size: 18px;
   }
}
@media screen and (max-width: 991px) {
   .service .title p {
      padding: 15px 0 50px;
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   .service .title p {
      padding: 10px 0 30px;
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .service .service-list {
      padding-top: 35px;
   }
}
.service .service-list li {
   margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
   .service .service-list li {
      margin-bottom: 50px;
   }
}
@media screen and (max-width: 650px) {
   .service .service-list li {
      margin-bottom: 40px;
      width: 100%;
   }
}
.service .service-list li .item {
   position: relative;
   min-height: 200px;
   padding: 20px;
   background-color: #fff;
   border: 1px solid #dcdcdc;
   border-top: 5px solid #003562;
   text-align: center;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 650px) {
   .service .service-list li .item {
      min-height: 150px;
      display: flex;
      justify-content: center;
      align-items: center;
   }
}
@media screen and (min-width: 1200px) {
   .service .service-list li .item:hover {
      border-top-color: #e95006;
      transform: translateY(-15px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   }
   .service .service-list li .item:hover::before {
      background-color: #e95006;
   }
   .service .service-list li .item:hover i {
      color: #ffede7;
   }
}
.service .service-list li .item::before {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 70px;
   height: 70px;
   line-height: 70px;
   text-align: center;
   border-radius: 50%;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e64c';
   background-color: #024579;
   color: #fff;
   font-size: 32px;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
   .service .service-list li .item::before {
      width: 55px;
      height: 55px;
      line-height: 55px;
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .service .service-list li .item::before {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 20px;
   }
}
.service .service-list li .item p {
   position: relative;
   z-index: 2;
   padding-top: 25px;
   font-size: 18px;
   color: #222222;
}
@media screen and (max-width: 991px) {
   .service .service-list li .item p {
      font-size: 16px;
   }
}
@media screen and (max-width: 650px) {
   .service .service-list li .item p {
      padding-top: 0;
   }
}
.service .service-list li .item i {
   position: absolute;
   bottom: -7px;
   left: 50%;
   transform: translateX(-50%);
   font-style: normal;
   font-size: 40px;
   color: #e7efff;
   z-index: 1;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 650px) {
   .service .service-list li .item i {
      font-size: 30px;
   }
}
.service .service-list li:nth-child(1) .item::before {
   font-size: 45px;
}
@media screen and (max-width: 991px) {
   .service .service-list li:nth-child(1) .item::before {
      font-size: 35px;
   }
}
@media screen and (max-width: 767px) {
   .service .service-list li:nth-child(1) .item::before {
      font-size: 30px;
   }
}
.service .service-list li:nth-child(2) .item::before {
   content: '\e695';
   font-size: 37px;
}
@media screen and (max-width: 991px) {
   .service .service-list li:nth-child(2) .item::before {
      font-size: 30px;
   }
}
@media screen and (max-width: 767px) {
   .service .service-list li:nth-child(2) .item::before {
      font-size: 25px;
   }
}
.service .service-list li:nth-child(3) .item::before {
   content: '\e654';
}
.service .service-list li:nth-child(4) .item::before {
   content: '\e655';
   font-size: 35px;
}
@media screen and (max-width: 991px) {
   .service .service-list li:nth-child(4) .item::before {
      font-size: 28px;
   }
}
@media screen and (max-width: 767px) {
   .service .service-list li:nth-child(4) .item::before {
      font-size: 22px;
   }
}
.service .service-list li:nth-child(5) .item::before {
   content: '\e6c9';
   font-size: 40px;
}
@media screen and (max-width: 991px) {
   .service .service-list li:nth-child(5) .item::before {
      font-size: 35px;
   }
}
@media screen and (max-width: 767px) {
   .service .service-list li:nth-child(5) .item::before {
      font-size: 30px;
   }
}
.service .service-list li:nth-child(6) .item::before {
   content: '\e619';
   font-size: 38px;
}
@media screen and (max-width: 991px) {
   .service .service-list li:nth-child(6) .item::before {
      font-size: 31px;
   }
}
@media screen and (max-width: 767px) {
   .service .service-list li:nth-child(6) .item::before {
      font-size: 26px;
   }
}
.new {
   padding: 110px 0 102px;
}
@media screen and (max-width: 1199px) {
   .new {
      padding: 80px 0;
   }
}
@media screen and (max-width: 991px) {
   .new {
      padding: 60px 0;
   }
}
@media screen and (max-width: 767px) {
   .new {
      padding: 40px 0;
   }
}
.new .title {
   padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
   .new .title {
      padding-bottom: 35px;
   }
}
@media screen and (max-width: 991px) {
   .new .title {
      padding-bottom: 30px;
   }
}
.new .title h3 {
   margin: 0;
   font-size: 30px;
   line-height: 1.2;
   color: #222222;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
   text-transform: capitalize;
   text-align: center;
}
@media screen and (max-width: 1199px) {
   .new .title h3 {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .new .title h3 {
      font-size: 20px;
   }
}
.new .new-list {
   padding-bottom: 30px;
}
.new .new-list li {
   margin-bottom: 30px;
}
.new .new-list li .item {
   padding: 15px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
   .new .new-list li .item:hover {
      transform: translateY(-15px);
   }
   .new .new-list li .item:hover .txt .date {
      background-color: #e95006;
   }
   .new .new-list li .item:hover .txt .date b,
   .new .new-list li .item:hover .txt .date span {
      color: #fff;
   }
   .new .new-list li .item:hover .txt .date span::before {
      background-color: #fff;
   }
   .new .new-list li .item:hover .txt>a {
      color: #e95006;
   }
   .new .new-list li .item:hover .txt>a::after {
      color: #e95006;
   }
}
.new .new-list li .item .pic .img-box {
   padding-bottom: 53.57142857%;
}
.new .new-list li .item .txt {
   position: relative;
   min-height: 115px;
   padding: 30px 27px 5px;
}
@media screen and (max-width: 991px) {
   .new .new-list li .item .txt {
      padding: 20px 10px 10px;
      min-height: 98px;
   }
}
@media screen and (max-width: 767px) {
   .new .new-list li .item .txt {
      text-align: center;
      min-height: 0;
   }
}
.new .new-list li .item .txt .date {
   position: absolute;
   top: 0;
   left: 28px;
   transform: translateY(-50%);
   min-width: 176px;
   line-height: 37px;
   border-radius: 18.5px;
   text-align: center;
   padding: 0 10px;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
   .new .new-list li .item .txt .date {
      left: 15px;
      line-height: 30px;
      border-radius: 15px;
      min-width: 150px;
   }
}
@media screen and (max-width: 767px) {
   .new .new-list li .item .txt .date {
      position: relative;
      left: 0;
      transform: translateY(0);
      border-radius: 0;
      padding: 0;
      background-color: transparent;
      box-shadow: none;
   }
}
.new .new-list li .item .txt .date b {
   display: inline-block;
   font-weight: 400;
   font-size: 22px;
   font-family: "Glacial Indifference Bold";
   color: #222222;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
   .new .new-list li .item .txt .date b {
      font-size: 17px;
   }
}
.new .new-list li .item .txt .date span {
   position: relative;
   display: inline-block;
   padding-left: 25px;
   transform: translateY(-4px);
   font-size: 14px;
   color: #222222;
   line-height: 25px;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
.new .new-list li .item .txt .date span::before {
   content: '';
   position: absolute;
   left: 14px;
   top: 50%;
   transform: translateY(-50%);
   width: 1px;
   height: 15px;
   background-color: #dcdcdc;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
.new .new-list li .item .txt .n-name a {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   font-size: 18px;
   line-height: 1.22222222;
   color: #222222;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 991px) {
   .new .new-list li .item .txt .n-name a {
      font-size: 16px;
   }
}
.new .new-list li .item .txt>a {
   display: inline-block;
   margin-top: 10px;
   font-size: 14px;
   line-height: 1.33333333;
   color: #222222;
   text-transform: capitalize;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
.new .new-list li .item .txt>a::after {
   display: inline-block;
   margin-left: 5px;
   transform: rotateZ(180deg);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e63d';
   font-size: 12px;
   color: #222222;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
.new-details {
   padding: 100px 0;
}
@media screen and (max-width: 1199px) {
   .new-details {
      padding: 80px 0;
   }
}
@media screen and (max-width: 991px) {
   .new-details {
      padding: 60px 0;
   }
}
@media screen and (max-width: 767px) {
   .new-details {
      padding: 40px 0;
   }
}
.new-details .content {
   padding-bottom: 57px;
}
@media screen and (max-width: 1199px) {
   .new-details .content {
      padding-bottom: 45px;
   }
}
@media screen and (max-width: 991px) {
   .new-details .content {
      padding-bottom: 35px;
   }
}
@media screen and (max-width: 767px) {
   .new-details .content {
      padding-bottom: 25px;
   }
}
.new-details .content p {
   font-size: 18px;
   line-height: 1.71428571;
   color: #666666;
}
@media screen and (max-width:767px) {
   .new-details .content p {
      font-size: 16px;
   }
}
.new-details .content p img {
   max-width: 100%;
   height: auto;
}
.new-details .content .title {
   padding: 32px 0 18px;
}
@media screen and (max-width: 1199px) {
   .new-details .content .title {
      padding-bottom: 25px 0 15px;
   }
}
@media screen and (max-width: 991px) {
   .new-details .content .title {
      padding-bottom: 20px 0 10px;
   }
}
.new-details .content .title h3 {
   margin: 0;
   padding-bottom: 22px;
   font-size: 24px;
   line-height: 1.25;
   color: #222222;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .new-details .content .title h3 {
      padding-bottom: 15px;
   }
}
@media screen and (max-width: 991px) {
   .new-details .content .title h3 {
      padding-bottom: 10px;
   }
}
@media screen and (max-width: 767px) {
   .new-details .content .title h3 {
      padding-bottom: 5px;
      font-size: 20px;
   }
}
.new-details .content .title p {
   position: relative;
   padding-left: 25px;
   font-size: 14px;
   line-height: 2.14285714;
   color: #222222;
}
.new-details .content .title p::before {
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e64e';
   color: #ec6524;
   font-weight: 600;
   font-size: 18px;
}
.new-details .new-link {
   padding: 14px 30px;
   border: 1px solid #dcdcdc;
}
@media screen and (max-width: 991px) {
   .new-details .new-link {
      padding: 10px 20px;
   }
}
.new-details .new-link a {
   position: relative;
   display: inline-block;
   line-height: 46px;
   font-size: 16px;
   color: #666666;
}
@media screen and (max-width: 1199px) {
   .new-details .new-link a {
      line-height: 40px;
   }
}
@media screen and (max-width: 991px) {
   .new-details .new-link a {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .new-details .new-link a {
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .new-details .new-link a:hover::before {
      border-color: #e95006;
      color: #e95006;
   }
}
.new-details .new-link a::before {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 46px;
   height: 46px;
   line-height: 41px;
   text-align: center;
   border-radius: 50%;
   border: 3px solid #024579;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e62b';
   color: #024579;
   font-size: 23px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .new-details .new-link a::before {
      width: 40px;
      height: 40px;
      line-height: 36px;
   }
}
@media screen and (max-width: 991px) {
   .new-details .new-link a::before {
      width: 35px;
      height: 35px;
      line-height: 30px;
      font-size: 18px;
      border-width: 2px;
   }
}
.new-details .new-link .left {
   float: left;
}
.new-details .new-link .left a {
   padding-left: 67px;
}
@media screen and (max-width: 991px) {
   .new-details .new-link .left a {
      padding-left: 50px;
   }
}
.new-details .new-link .left a::before {
   left: 0;
   transform: translateY(-50%) rotateZ(180deg);
}
.new-details .new-link .right {
   float: right;
}
.new-details .new-link .right a {
   padding-right: 67px;
}
@media screen and (max-width: 991px) {
   .new-details .new-link .right a {
      padding-right: 50px;
   }
}
.new-details .new-link .right a::before {
   right: 0;
}
.video-center {
   padding: 93px 0 101px;
}
@media screen and (max-width: 1199px) {
   .video-center {
      padding: 80px 0;
   }
}
@media screen and (max-width: 991px) {
   .video-center {
      padding: 60px 0;
   }
}
@media screen and (max-width: 767px) {
   .video-center {
      padding: 40px 0;
   }
}
.video-center .title {
   padding-bottom: 38px;
}
@media screen and (max-width: 1199px) {
   .video-center .title {
      padding-bottom: 30px;
   }
}
.video-center .title h3 {
   margin: 0;
   font-size: 30px;
   line-height: 1.2;
   color: #222222;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
   text-align: center;
}
@media screen and (max-width: 1199px) {
   .video-center .title h3 {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .video-center .title h3 {
      font-size: 20px;
   }
}
.video-center .video-list {
   padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
   .video-center .video-list {
      margin: 0 -5px;
   }
}
@media screen and (max-width: 767px) {
   .video-center .video-list li {
      padding: 0 5px;
   }
}
@media screen and (max-width: 400px) {
   .video-center .video-list li {
      width: 100%;
   }
}
.video-center .video-list li .pic {
   position: relative;
}
.video-center .video-list li .pic .img-box {
   padding-bottom: 56.88888889%;
}
.video-center .video-list li .pic i {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   cursor: pointer;
}
@media screen and (min-width: 1200px) {
   .video-center .video-list li .pic i:hover::before {
      color: #e95006;
   }
}
.video-center .video-list li .pic i::before {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e78e';
   color: #fff;
   font-size: 60px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .video-center .video-list li .pic i::before {
      font-size: 35px;
   }
}
.video-center .video-list li .txt {
   padding: 10px 0 18px;
   min-height: 64px;
}
@media screen and (max-width: 1199px) {
   .video-center .video-list li .txt {
      padding: 10px 0;
      min-height: 54px;
   }
}
@media screen and (max-width: 767px) {
   .video-center .video-list li .txt {
      padding: 5px 0;
      min-height: 42px;
   }
}
.video-center .video-list li .txt p {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   text-align: center;
   font-size: 18px;
   line-height: 2;
   color: #222222;
}
@media screen and (max-width: 1199px) {
   .video-center .video-list li .txt p {
      font-size: 17px;
   }
}
@media screen and (max-width: 767px) {
   .video-center .video-list li .txt p {
      font-size: 16px;
   }
}
@media screen and (max-width: 480px) {
   .video-center .video-list li .txt p {
      font-size: 14px;
   }
}
.contact {
   padding: 73px 0 102px;
}
@media screen and (max-width: 1199px) {
   .contact {
      padding: 60px 0 80px;
   }
}
@media screen and (max-width: 991px) {
   .contact {
      padding: 50px 0 60px;
   }
}
@media screen and (max-width: 767px) {
   .contact {
      padding: 40px 0 40px;
   }
}
.contact .title {
   position: relative;
   padding-left: 62px;
}
@media screen and (max-width: 480px) {
   .contact .title {
      padding-left: 45px;
   }
}
.contact .title::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   height: 2px;
   width: 32px;
   background-color: #e95006;
}
.contact .title h4 {
   margin: 0;
   font-size: 18px;
   line-height: 1.66666667;
   color: #e95006;
   text-transform: capitalize;
}
.contact .info {
   padding: 20px 0 75px;
}
@media screen and (max-width: 1199px) {
   .contact .info {
      padding-bottom: 50px;
   }
}
@media screen and (max-width: 991px) {
   .contact .info {
      padding-bottom: 40px;
   }
}
@media screen and (max-width: 767px) {
   .contact .info {
      padding-bottom: 30px;
   }
}
.contact .info h5 {
   margin: 0;
   padding-bottom: 44px;
   font-size: 36px;
   line-height: 1.38888889;
   color: #222222;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .contact .info h5 {
      font-size: 30px;
      padding-bottom: 40px;
   }
}
@media screen and (max-width: 991px) {
   .contact .info h5 {
      font-size: 25px;
      padding-bottom: 30px;
   }
}
@media screen and (max-width: 767px) {
   .contact .info h5 {
      font-size: 20px;
      padding-bottom: 25px;
   }
}
@media screen and (max-width: 480px) {
   .contact .info h5 {
      text-align: center;
   }
}
@media screen and (max-width: 991px) {
   .contact .info .left {
      padding-bottom: 30px;
   }
}
.contact .info .left ul {
   width: 73.68421053%;
}
@media screen and (max-width: 1439px) {
   .contact .info .left ul {
      width: 98%;
   }
}
@media screen and (max-width: 991px) {
   .contact .info .left ul {
      width: 100%;
   }
}
.contact .info .left ul li {
   position: relative;
   padding-left: 63px;
   padding-top: 8px;
   margin-bottom: 15px;
   font-size: 16px;
   line-height: 1.875;
   color: #222222;
}
@media screen and (max-width: 991px) {
   .contact .info .left ul li {
      width: 50%;
   }
}
@media screen and (max-width: 767px) {
   .contact .info .left ul li {
      padding-top: 0;
      font-size: 14px;
   }
}
@media screen and (max-width: 480px) {
   .contact .info .left ul li {
      width: 100%;
      padding-top: 45px;
      padding-left: 0;
      margin-bottom: 30px;
      text-align: center;
   }
}
.contact .info .left ul li::before {
   position: absolute;
   top: 0;
   left: 0;
   width: 44px;
   height: 44px;
   line-height: 44px;
   text-align: center;
   border-radius: 50%;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e753';
   font-size: 20px;
   color: #fff;
   background-color: #e95006;
}
@media screen and (max-width: 767px) {
   .contact .info .left ul li::before {
      top: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
   }
}
@media screen and (max-width: 480px) {
   .contact .info .left ul li::before {
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 35px;
      height: 35px;
      line-height: 35px;
   }
}
.contact .info .left ul li b {
   display: block;
   font-weight: 400;
   text-transform: capitalize;
}
.contact .info .left ul li p {
   font-family: "Glacial Indifference Bold";
}
.contact .info .left ul li p a {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: 700;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
   .contact .info .left ul li p a:hover {
      color: #e95006;
      text-decoration: underline;
   }
}
.contact .info .left ul li:nth-child(1)::before {
   font-size: 25px;
}
@media screen and (max-width: 767px) {
   .contact .info .left ul li:nth-child(1)::before {
      font-size: 20px;
   }
}
.contact .info .left ul li:nth-child(2)::before {
   content: '\e64d';
}
.contact .info .left ul li:nth-child(3)::before {
   content: '\e657';
}
.contact .info .left ul li:nth-child(4)::before {
   content: '\e960';
}
@media screen and (max-width: 991px) {
   .contact .info .left ul li:nth-child(odd) {
      float: left;
   }
}
@media screen and (max-width: 991px) {
   .contact .info .left ul li:nth-child(even) {
      float: right;
   }
}
.contact .info .right form ul li {
   margin-bottom: 20px;
}
.contact .info .right form ul li input,
.contact .info .right form ul li textarea {
   display: block;
   padding: 10px 20px;
   width: 100%;
   border-radius: 10px;
   font-size: 16px;
   line-height: 1.875;
   color: #444444;
   background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
   .contact .info .right form ul li input,
   .contact .info .right form ul li textarea {
      padding: 5px 15px;
   }
}
.contact .info .right form ul li input::-webkit-input-placeholder,
.contact .info .right form ul li textarea::-webkit-input-placeholder {
   color: #444444;
}
.contact .info .right form ul li input:-o-placeholder,
.contact .info .right form ul li textarea:-o-placeholder {
   color: #444444;
}
.contact .info .right form ul li input::-moz-placeholder,
.contact .info .right form ul li textarea::-moz-placeholder {
   color: #444444;
}
.contact .info .right form ul li input:-ms-input-placeholder,
.contact .info .right form ul li textarea:-ms-input-placeholder {
   color: #444444;
}
.contact .info .right form ul li input:focus::-webkit-input-placeholder,
.contact .info .right form ul li textarea:focus::-webkit-input-placeholder {
   color: #ababab;
}
.contact .info .right form ul li input:focus::-o-placeholder,
.contact .info .right form ul li textarea:focus::-o-placeholder {
   color: #ababab;
}
.contact .info .right form ul li input:focus::-moz-placeholder,
.contact .info .right form ul li textarea:focus::-moz-placeholder {
   color: #ababab;
}
.contact .info .right form ul li input:focus::-ms-input-placeholder,
.contact .info .right form ul li textarea:focus::-ms-input-placeholder {
   color: #ababab;
}
.contact .info .right form ul li textarea {
   height: 160px;
}
.contact .info .right form ul li button {
   width: 164px;
   height: 46px;
   font-size: 16px;
   border-radius: 10px;
   color: #ffffff;
   background-color: #e95006;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
   .contact .info .right form ul li button {
      width: 140px;
      height: 35px;
   }
}
@media screen and (min-width: 1200px) {
   .contact .info .right form ul li button:hover {
      background-color: #f65606;
      text-decoration: underline;
   }
}
.contact .info .right form ul li button::after {
   display: inline-block;
   margin-left: 10px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e667';
   color: #fff;
   font-size: 20px;
}
@media screen and (max-width: 767px) {
   .contact .info .right form ul li button::after {
      font-size: 18px;
   }
}
.contact .info .right form ul li:last-child {
   margin-bottom: 0;
}
.contact .info .right form ul li:nth-child(1),
.contact .info .right form ul li:nth-child(3) {
   float: left;
   width: 50.61728395%;
}
@media screen and (max-width: 480px) {
   .contact .info .right form ul li:nth-child(1),
   .contact .info .right form ul li:nth-child(3) {
      float: none;
      width: 100%;
   }
}
.contact .info .right form ul li:nth-child(2),
.contact .info .right form ul li:nth-child(4) {
   float: right;
   width: 46.91358025%;
}
@media screen and (max-width: 480px) {
   .contact .info .right form ul li:nth-child(2),
   .contact .info .right form ul li:nth-child(4) {
      float: none;
      width: 100%;
   }
}
.contact .info .right form ul li:nth-child(6) {
   text-align: right;
}
@media screen and (max-width: 480px) {
   .contact .info .right form ul li:nth-child(6) {
      text-align: center;
   }
}
.contact .map {
   height: 320px;
}
@media screen and (max-width: 1199px) {
   .contact .map {
      height: 280px;
   }
}
@media screen and (max-width: 991px) {
   .contact .map {
      height: 240px;
   }
}
@media screen and (max-width: 767px) {
   .contact .map {
      height: 200px;
   }
}
.contact .map .map-content {
   height: 100%;
}
.inquiry-car {
   padding: 120px 0 100px;
}
@media screen and (max-width: 1199px) {
   .inquiry-car {
      padding: 106px 0 80px;
   }
}
@media screen and (max-width: 991px) {
   .inquiry-car {
      padding: 80px 0 60px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car {
      padding: 75px 0 40px;
   }
}
.inquiry-car .title {
   padding: 97px 0 51px;
}
@media screen and (max-width: 1199px) {
   .inquiry-car .title {
      padding: 70px 0 40px;
   }
}
@media screen and (max-width: 991px) {
   .inquiry-car .title {
      padding: 50px 0 40px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .title {
      padding: 30px 0;
   }
}
.inquiry-car .title h2 {
   margin: 0;
   text-align: center;
   font-size: 30px;
   line-height: 1;
   color: #333333;
   text-transform: uppercase;
   font-weight: 400;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .inquiry-car .title h2 {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .title h2 {
      font-size: 20px;
   }
}
.inquiry-car .car-table table {
   width: 100%;
}
.inquiry-car .car-table table tr td:nth-child(1),
.inquiry-car .car-table table tr th:nth-child(1) {
   width: 11.84397163%;
   padding-left: 3.04964539%;
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-table table tr td:nth-child(1),
   .inquiry-car .car-table table tr th:nth-child(1) {
      padding-left: 5px;
   }
}
.inquiry-car .car-table table tr td:nth-child(1) input,
.inquiry-car .car-table table tr th:nth-child(1) input {
   margin: 0;
   border-color: #c3ccd2;
   background-color: transparent;
}
.inquiry-car .car-table table tr td:nth-child(2),
.inquiry-car .car-table table tr th:nth-child(2) {
   width: 24.32624113%;
}
.inquiry-car .car-table table tr td:nth-child(3),
.inquiry-car .car-table table tr th:nth-child(3) {
   width: 31.91489362%;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-table table tr td:nth-child(3),
   .inquiry-car .car-table table tr th:nth-child(3) {
      width: 28.914894%;
   }
}
.inquiry-car .car-table table tr td:nth-child(4),
.inquiry-car .car-table table tr th:nth-child(4) {
   width: 17.0212766%;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-table table tr td:nth-child(4),
   .inquiry-car .car-table table tr th:nth-child(4) {
      width: 20.021277%;
   }
}
.inquiry-car .car-table table tr td:nth-child(5),
.inquiry-car .car-table table tr th:nth-child(5) {
   width: 14.89361702%;
}
.inquiry-car .car-table table thead {
   background-color: #024579;
}
.inquiry-car .car-table table thead tr {
   height: 55px;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-table table thead tr {
      height: 50px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-table table thead tr {
      height: 40px;
   }
}
.inquiry-car .car-table table thead tr th {
   font-size: 16px;
   color: #ffffff;
   font-weight: 400;
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-table table thead tr th {
      height: 14px;
   }
}
@media screen and (max-width: 410px) {
   .inquiry-car .car-table table thead tr th {
      height: 12px;
   }
}
.inquiry-car .car-table table thead tr th:nth-child(1) span {
   padding-left: 20px;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-table table thead tr th:nth-child(1) span {
      padding-left: 10px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-table table thead tr th:nth-child(1) span {
      padding-left: 0;
   }
}
.inquiry-car .car-table table thead tr th:nth-child(2) {
   padding-left: 2.9787234%;
}
.inquiry-car .car-table table thead tr th:nth-child(4),
.inquiry-car .car-table table thead tr th:nth-child(5) {
   text-align: center;
}
.inquiry-car .car-table table tbody tr {
   border-bottom: 1px solid #e4e4e4;
}
.inquiry-car .car-table table tbody tr td:nth-child(2) {
   padding: 40px 0;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-table table tbody tr td:nth-child(2) {
      padding: 30px 0;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-table table tbody tr td:nth-child(2) {
      padding: 20px 0;
   }
}
.inquiry-car .car-table table tbody tr td:nth-child(2) .pic {
   width: 67.05539359%;
}
.inquiry-car .car-table table tbody tr td:nth-child(2) .pic .img-box {
   padding-bottom: 84.7826087%;
}
.inquiry-car .car-table table tbody tr td:nth-child(3) p {
   font-size: 14px;
   line-height: 1.5;
   color: #222222;
}
.inquiry-car .car-table table tbody tr td:nth-child(4) {
   text-align: center;
}
.inquiry-car .car-table table tbody tr td:nth-child(4) span {
   -moz-user-select: none;
   /*mozilar*/
   -webkit-user-select: none;
   /*webkit*/
   -ms-user-select: none;
   /*IE*/
   user-select: none;
   display: inline-block;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   font-size: 16px;
   line-height: 31px;
   color: #333333;
   background-color: transparent;
   border: 1px solid #e8e8e8;
   vertical-align: middle;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-table table tbody tr td:nth-child(4) span {
      width: 30px;
      height: 30px;
      line-height: 25px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-table table tbody tr td:nth-child(4) span {
      width: 20px;
      height: 30px;
      border-radius: 0;
      line-height: 25px;
   }
}
@media screen and (max-width: 480px) {
   .inquiry-car .car-table table tbody tr td:nth-child(4) span {
      width: 15px;
   }
}
@media screen and (max-width: 410px) {
   .inquiry-car .car-table table tbody tr td:nth-child(4) span {
      width: 20px;
      height: 20px;
      line-height: 15px;
   }
}
@media screen and (min-width: 1200px) {
   .inquiry-car .car-table table tbody tr td:nth-child(4) span:hover {
      background-color: #e95006;
      color: #fff;
   }
}
.inquiry-car .car-table table tbody tr td:nth-child(4) .not-allowed {
   background-color: #EEEEEE;
   color: #ccc;
}
.inquiry-car .car-table table tbody tr td:nth-child(4) .not-allowed:hover {
   background-color: #EEEEEE;
   color: #ccc;
}
.inquiry-car .car-table table tbody tr td:nth-child(4) input {
   font-size: 16px;
   line-height: 36px;
   color: #333333;
   width: 66px;
   text-align: center;
   vertical-align: middle;
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-table table tbody tr td:nth-child(4) input {
      width: 40px;
      font-size: 14px;
   }
}
@media screen and (max-width: 480px) {
   .inquiry-car .car-table table tbody tr td:nth-child(4) input {
      width: 35px;
      font-size: 13px;
   }
}
@media screen and (max-width: 410px) {
   .inquiry-car .car-table table tbody tr td:nth-child(4) input {
      width: 90%;
   }
}
.inquiry-car .car-table table tbody tr td:nth-child(5) {
   text-align: center;
}
.inquiry-car .car-table table tbody tr td:nth-child(5) span {
   cursor: pointer;
}
@media screen and (min-width: 1200px) {
   .inquiry-car .car-table table tbody tr td:nth-child(5) span:hover::before {
      color: #e95006;
   }
}
.inquiry-car .car-table table tbody tr td:nth-child(5) span::before {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e6c7';
   color: #787878;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.inquiry-car .car-inquiry .c-title b {
   display: block;
   padding: 100px 0 9px;
   font-weight: 400;
   font-size: 26px;
   line-height: 1.15384615;
   color: #333333;
   font-family: "Glacial Indifference Bold";
}
@media screen and (max-width: 1199px) {
   .inquiry-car .car-inquiry .c-title b {
      font-size: 24px;
      padding-top: 80px;
   }
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-inquiry .c-title b {
      font-size: 20px;
      padding-top: 60px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-inquiry .c-title b {
      font-size: 18px;
      padding-top: 40px;
   }
}
.inquiry-car .car-inquiry .c-title p {
   padding-bottom: 13px;
   font-size: 14px;
   line-height: 2.14285714;
   color: #666666;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-inquiry .c-title p {
      line-height: 1.6;
   }
}
.inquiry-car .car-inquiry form {
   text-align: center;
}
.inquiry-car .car-inquiry form input,
.inquiry-car .car-inquiry form textarea {
   display: block;
   width: 100%;
   padding: 10px 25px;
   margin-bottom: 15px;
   font-size: 14px;
   line-height: 2.14285714;
   color: #333333;
   text-align: left;
   background-color: #ededed;
}
@media screen and (max-width: 1199px) {
   .inquiry-car .car-inquiry form input,
   .inquiry-car .car-inquiry form textarea {
      padding: 7.5px 20px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-inquiry form input,
   .inquiry-car .car-inquiry form textarea {
      padding: 5px 15px;
      margin-bottom: 10px;
   }
}
.inquiry-car .car-inquiry form input {
   float: left;
   width: 24.28571429%;
   margin-right: 0.95238095%;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-inquiry form input {
      width: 49%;
      margin-right: 0;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-inquiry form input {
      width: 100%;
   }
}
.inquiry-car .car-inquiry form input:nth-child(1) {
   float: none;
   width: 100%;
   margin-right: 0;
   background-color: #d8d8d8;
}
.inquiry-car .car-inquiry form input:nth-child(5) {
   margin-right: 0;
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-inquiry form input:nth-child(odd) {
      float: right;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-inquiry form input:nth-child(odd) {
      float: none;
   }
}
.inquiry-car .car-inquiry form textarea {
   margin-bottom: 30px;
   height: 240px;
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-inquiry form textarea {
      margin-bottom: 20px;
      height: 200px;
   }
}
.inquiry-car .car-inquiry form input::-webkit-input-placeholder,
.inquiry-car .car-inquiry form textarea::-webkit-input-placeholder {
   color: #333333;
}
.inquiry-car .car-inquiry form input:-o-placeholder,
.inquiry-car .car-inquiry form textarea:-o-placeholder {
   color: #333333;
}
.inquiry-car .car-inquiry form input::-moz-placeholder,
.inquiry-car .car-inquiry form textarea::-moz-placeholder {
   color: #333333;
}
.inquiry-car .car-inquiry form input:-ms-input-placeholder,
.inquiry-car .car-inquiry form textarea:-ms-input-placeholder {
   color: #333333;
}
.inquiry-car .car-inquiry form input:focus::-webkit-input-placeholder,
.inquiry-car .car-inquiry form textarea:focus::-webkit-input-placeholder {
   color: #ababab;
}
.inquiry-car .car-inquiry form input:focus::-o-placeholder,
.inquiry-car .car-inquiry form textarea:focus::-o-placeholder {
   color: #ababab;
}
.inquiry-car .car-inquiry form input:focus::-moz-placeholder,
.inquiry-car .car-inquiry form textarea:focus::-moz-placeholder {
   color: #ababab;
}
.inquiry-car .car-inquiry form input:focus::-ms-input-placeholder,
.inquiry-car .car-inquiry form textarea:focus::-ms-input-placeholder {
   color: #ababab;
}
.inquiry-car .car-inquiry form button {
   width: 160px;
   height: 50px;
   line-height: 50px;
   border-radius: 25px;
   font-size: 15px;
   color: #fff;
   font-family: 'Arial';
   text-transform: uppercase;
   background-color: #024579;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
   .inquiry-car .car-inquiry form button {
      line-height: 45px;
      height: 45px;
   }
}
@media screen and (max-width: 991px) {
   .inquiry-car .car-inquiry form button {
      line-height: 40px;
      height: 40px;
   }
}
@media screen and (max-width: 767px) {
   .inquiry-car .car-inquiry form button {
      width: 130px;
      line-height: 35px;
      height: 35px;
   }
}
@media screen and (min-width: 1200px) {
   .inquiry-car .car-inquiry form button:hover {
      background-color: #0e368b;
      text-decoration: underline;
   }
}
.site-map {
   padding: 220px 0 100px;
}
@media screen and (max-width: 1199px) {
   .site-map {
      padding: 190px 0 80px;
   }
}
@media screen and (max-width: 991px) {
   .site-map {
      padding: 140px 0 60px;
   }
}
@media screen and (max-width: 767px) {
   .site-map {
      padding: 115px 0 40px;
   }
}
.site-map .container h3 {
   margin: 0;
   padding-bottom: 30px;
   font-size: 30px;
   line-height: 1.33333333;
   color: #222222;
   font-family: "Glacial Indifference Bold";
   text-transform: uppercase;
}
@media screen and (max-width: 767px) {
   .site-map .container h3 {
      font-size: 25px;
   }
}
@media screen and (max-width: 480px) {
   .site-map .container h3 {
      font-size: 20px;
      text-align: center;
   }
}
.site-map .container .site-list1>li {
   margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
   .site-map .container .site-list1>li {
      margin-bottom: 10px;
   }
}
.site-map .container .site-list1>li>a {
   display: inline-block;
   min-width: 240px;
   padding: 9px;
   border: 1px solid #024579;
   font-size: 18px;
   color: #222222;
   font-family: "Glacial Indifference Bold";
   line-height: 1.66666667;
   text-align: center;
   text-transform: capitalize;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
   .site-map .container .site-list1>li>a {
      padding: 6px 10px;
      min-width: 200px;
   }
}
@media screen and (max-width: 767px) {
   .site-map .container .site-list1>li>a {
      padding: 5px 10px;
      font-size: 16px;
   }
}
@media screen and (max-width: 480px) {
   .site-map .container .site-list1>li>a {
      width: 100%;
   }
}
@media screen and (min-width: 1200px) {
   .site-map .container .site-list1>li>a:hover {
      background-color: #024579;
      color: #fff;
   }
}
.site-map .container .site-list1 .site-list2 {
   padding: 20px 40px 0;
}
@media screen and (max-width: 767px) {
   .site-map .container .site-list1 .site-list2 {
      padding: 10px 25px;
   }
}
@media screen and (max-width: 480px) {
   .site-map .container .site-list1 .site-list2 {
      padding: 10px 0 0;
      text-align: center;
   }
}
@media screen and (max-width: 480px) {
   .site-map .container .site-list1 .site-list2 li {
      margin-bottom: 5px;
   }
}
.site-map .container .site-list1 .site-list2 li a {
   font-size: 18px;
   line-height: 2.22222222;
   color: #222222;
   transition: all 0.2s;
   -webkit-transition: all 0.2s;
}
@media screen and (max-width: 767px) {
   .site-map .container .site-list1 .site-list2 li a {
      font-size: 15px;
      line-height: 2;
   }
}
@media screen and (max-width: 480px) {
   .site-map .container .site-list1 .site-list2 li a {
      line-height: 1.6;
   }
}
@media screen and (min-width: 1200px) {
   .site-map .container .site-list1 .site-list2 li a:hover {
      color: #e95006;
      text-decoration: underline;
   }
}